Commit b96ac02
committed
Allow renewal of staging certs and honor --staging/--test flags.
It is nice to be able to reliably test cert renewals, such as when a cert is
requested in an application using a different method than it is being renewed
as, such as when a cert is obtained through standalone mode, and then expected
to renew through nginx/apache.
Testing renewals by running the cron command swaps out staging cert requests
for production ones.
Operators may want to test the renewal command and append --force --test
of the form:
`acme.sh --cron --home="/home/letsencrypt" --force --test`
make the --test flag (or --staging) flag on this command honor the request to
continue to use staging servers for renewals when requested.
related to #63681 parent 8cac773 commit b96ac02
1 file changed
Lines changed: 16 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5454 | 5454 | | |
5455 | 5455 | | |
5456 | 5456 | | |
5457 | | - | |
5458 | | - | |
5459 | | - | |
5460 | | - | |
5461 | | - | |
5462 | | - | |
5463 | | - | |
5464 | | - | |
5465 | | - | |
5466 | | - | |
5467 | | - | |
5468 | | - | |
5469 | | - | |
5470 | | - | |
| 5457 | + | |
| 5458 | + | |
| 5459 | + | |
| 5460 | + | |
| 5461 | + | |
| 5462 | + | |
| 5463 | + | |
| 5464 | + | |
| 5465 | + | |
| 5466 | + | |
| 5467 | + | |
| 5468 | + | |
| 5469 | + | |
| 5470 | + | |
| 5471 | + | |
| 5472 | + | |
5471 | 5473 | | |
5472 | 5474 | | |
5473 | 5475 | | |
| |||
0 commit comments