Skip to content

Commit 11995b9

Browse files
author
neil
committed
add actalis.com CA
1 parent 493ec4b commit 11995b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

acme.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ CA_SSLCOM_ECC="https://acme.ssl.com/sslcom-dv-ecc"
3232
CA_GOOGLE="https://dv.acme-v02.api.pki.goog/directory"
3333
CA_GOOGLE_TEST="https://dv.acme-v02.test-api.pki.goog/directory"
3434

35+
CA_ACTALIS="https://acme-api.actalis.com/acme/directory"
36+
3537
DEFAULT_CA=$CA_ZEROSSL
3638
DEFAULT_STAGING_CA=$CA_LETSENCRYPT_V2_TEST
3739

@@ -42,9 +44,10 @@ LetsEncrypt.org_test,letsencrypt_test,letsencrypttest
4244
SSL.com,sslcom
4345
Google.com,google
4446
Google.com_test,googletest,google_test
47+
Actalis.com,actalis.com,actalis
4548
"
4649

47-
CA_SERVERS="$CA_ZEROSSL,$CA_LETSENCRYPT_V2,$CA_LETSENCRYPT_V2_TEST,$CA_SSLCOM_RSA,$CA_GOOGLE,$CA_GOOGLE_TEST"
50+
CA_SERVERS="$CA_ZEROSSL,$CA_LETSENCRYPT_V2,$CA_LETSENCRYPT_V2_TEST,$CA_SSLCOM_RSA,$CA_GOOGLE,$CA_GOOGLE_TEST,$CA_ACTALIS"
4851

4952
DEFAULT_USER_AGENT="$PROJECT_NAME/$VER ($PROJECT)"
5053

0 commit comments

Comments
 (0)