Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:ssl [2025/12/09 15:19] – 212.58.114.38 | wiki:ssl [2026/03/10 09:50] (current) – [acme.sh] 212.58.114.38 | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| =====acme.sh===== | =====acme.sh===== | ||
| - | Request letsfncrypt wildcard certificate no-ecc (--keylength 2048) with route53 dns validation (--dns dns_aws) for nginx server. | ||
| < | < | ||
| - | ./acme.sh --issue --server letsencrypt --keylength 2048 --dns dns_aws -d example.com -d ' | + | acme.sh --issue -d example.com -d www.example.com -w / |
| + | --key-file / | ||
| + | --fullchain-file / | ||
| + | --reloadcmd "/ | ||
| + | </ | ||
| + | =====Request letsfncrypt wildcard certificate no-ecc (--keylength 2048) with route53 dns validation (--dns dns_aws) for nginx server.===== | ||
| + | < | ||
| + | export AWS_ACCESS_KEY_ID=" | ||
| + | export AWS_SECRET_ACCESS_KEY=" | ||
| + | export AWS_DNS_SLOWRATE=1 | ||
| + | ./acme.sh --issue --server letsencrypt --keylength 2048 --dns dns_aws -d example.com -d ' | ||
| + | </ | ||
| + | =====Several aws accounts to validate==== | ||
| + | < | ||
| + | # .env | ||
| + | AWS_ACCESS_KEY_ID=" | ||
| + | AWS_SECRET_ACCESS_KEY=" | ||
| + | # crontab -e | ||
| + | 10 20 * * * . / | ||
| </ | </ | ||