add notes about pkcs12(pfx) generation and renewal.

master
invario 2025-09-27 12:12:00 -04:00
parent a1662ecc6c
commit e8354501aa
1 changed files with 2 additions and 0 deletions

@ -43,6 +43,8 @@ After you issue the cert, you can use the `toPkcs` command to convert the cert t
acme.sh --toPkcs -d <domain> [--password pfx-password]
```
Important note: If you do not specify a password on the command line, OpenSSH itself will prompt you for one and the pkcs12(pfx) file will be generated. However, it will **not** be regenerated during certificate renewal. You **must** specify a **non-blank** password on the command line in order for acme.sh to regenerate the pkcs12(pfx) when renewing certificates.
## 4. How to run on Windows with Cygwin or git bash.
1) Download cygwin installer: setup-x86.exe or setup-x86_64.exe
from: [https://cygwin.com/](https://cygwin.com/)