ght-acme.sh icon indicating copy to clipboard operation
ght-acme.sh copied to clipboard

How to change duration of certificate?

Open contentfree opened this issue 4 years ago • 1 comments

Let's Encrypt defaults to 90 days but I believe the API allows for longer. Can ght-acme.sh provide this functionality?

contentfree avatar Mar 14 '21 22:03 contentfree

The validity duration of the certificate issued by the CA is not dependent on the client used, neither on the API of the ACME protocol. It is exclusively up to the issuing CA. For example, Let's Encrypt gives certificate for 3 months. Buypass gives 6 months valid certificate. (letsencrypt.sh sign -D 'https://api.buypass.com/acme/directory' ...)

bruncsak avatar Mar 15 '21 08:03 bruncsak