acme
acme copied to clipboard
Issue free SSL certs on GitHub Actions with acme.sh.
add `arguments-install`=`--ecc` can resolve this problem
acme报错
actions配置文件: ``` name: autocert on: workflow_dispatch: env: # Checkout 到的目录 CERTS_OUTPUT_BASE: BASE # 证书输出目录 CERTS_OUTPUT_DIRECTORY: example.com # 证书文件名 FILE_FULLCHAIN: fullchain.cer # 私钥文件名 FILE_KEY: private.key jobs: issue-ssl-certificate: name: Issue SSL certificate...
Support the option to export the cert file as a standalone item, even if its content is already included in the fullchain file.