Project

General

Profile

Feature #16604

Updated by Jim Pingle 24 days ago

@acme.sh@ recently implemented "Profiles":https://github.com/acmesh-official/acme.sh/wiki/Profile-selection "CA profiles":https://github.com/acmesh-official/acme.sh/wiki/Profile-selection 

 Let's Encrypt, and potentially other CAs, offer "profiles with different certificate properties":https://letsencrypt.org/docs/profiles/, such as shorter lifetimes or experimental options 

 The ACME certificate configuration should offer the user a choice of profiles in some way, such as a text entry field. 

 It is possible to "retrieve the list of profiles dynamically from the CA":https://github.com/acmesh-official/acme.sh/wiki/Profile-selection#usage, but doing that on each page load would be slow/inefficient. While it's possible to validate the values in this way, it may not be practical.

Back