security/acme-client: add support for Google CA, refs #3029

This commit is contained in:
Frank Wall
2022-10-21 15:38:41 +02:00
parent 8300f1920b
commit f951f9b7c5
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -8,6 +8,11 @@ WWW: https://github.com/acmesh-official/acme.sh
Plugin Changelog
================
3.14
Added:
* add support for Google CA (#3029)
3.13
Added:
@@ -148,6 +148,8 @@
<OptionValues>
<buypass>Buypass</buypass>
<buypass_test>Buypass Test CA</buypass_test>
<google>Google</google>
<google_test>Google Test CA</google_test>
<letsencrypt>Let's Encrypt [default]</letsencrypt>
<letsencrypt_test>Let's Encrypt Test CA</letsencrypt_test>
<sslcom>SSL.com</sslcom>
@@ -254,6 +254,7 @@ POSSIBILITY OF SUCH DAMAGE.
<ul>
<li>{{ lang._("%sLet's Encrypt:%s A free, automated, and open certificate authority, run for the public's benefit. It is a service provided by the Internet Security Research Group (ISRG). Read more about the ACME protocol in %stheir documentation%s.") | format('<b>', '</b>', '<a href="https://letsencrypt.org/how-it-works/" target="_blank">', '</a>') }}</li>
<li>{{ lang._('%sBuypass:%s A commercial, european certificate authority, based in Norway. Check out %stheir documentation%s for details about rate-limits and the usage policy.') | format('<b>', '</b>', '<a href="https://www.buypass.com/ssl/resources/go-ssl-technical-specification" target="_blank">', '</a>') }}</li>
<li>{{ lang._('%sGoogle:%s A commercial certificate authority. More information is available from %stheir documentation%s.') | format('<b>', '</b>', '<a href="https://cloud.google.com/certificate-manager/docs/overview" target="_blank">', '</a>') }}</li>
<li>{{ lang._('%sSSL.com:%s A commercial, globally trusted certificate authority. They provide an %sextensive guide%s for using their paid services with the ACME protocol.') | format('<b>', '</b>', '<a href="https://www.ssl.com/guide/ssl-tls-certificate-issuance-and-revocation-with-acme/" target="_blank">', '</a>') }}</li>
<li>{{ lang._("%sZeroSSL:%s A commercial, european certificate authority, based in Austria. They provide a feature overview on %stheir website%s for users of Let's Encrypt.") | format('<b>', '</b>', '<a href="https://zerossl.com/letsencrypt-alternative/" target="_blank">', '</a>') }}</li>
</ul>