-
Notifications
You must be signed in to change notification settings - Fork 20
acme.sh choosing the default CA
Alexander Wolf edited this page Jan 15, 2023
·
1 revision
In August 2021, acme.sh (with release v3.0) switched to ZeroSSL as default CA.
You can select which CA you want to use by
- setting the value for
DEFAULT_CA
inubioscert.env
and - running
sh /mnt/data/ubios-cert/ubios-cert.sh setdefaultca
.
Current choice of CAs is in the array CA_NAMES
of acme.sh.
CA_NAMES="
ZeroSSL.com,zerossl
LetsEncrypt.org,letsencrypt
LetsEncrypt.org_test,letsencrypt_test,letsencrypttest
BuyPass.com,buypass
BuyPass.com_test,buypass_test,buypasstest
SSL.com,sslcom
Google.com,google
Google.com_test,googletest,google_test
"
To stay with Let's Encrypt, set
DEFAULT_CA="letsencrypt"
Last update: August 17, 2022