I have certificates working with synchronet, but was wondering if there is away to export the generated cert and key to PEM format;
so other tools on same server could use them.
ctrl/ss.cert
ctrl/letsencrypt.key
Re: Reusing Let's Encrypt Certificate and Key
By: Amessyroom to All on Sun Aug 04 2024 14:14:25
I think the only existing method is to export pkcs12:
jsexec certtool.js --export-pkcs12 /path/to/exported.p12
You would then need to use some other tool to go to PEM:
openssl pkcs12 -in /path/to/exported.p12 -out my.crt.pem -clcerts -nokeys openssl pkcs12 -in /path/to/exported.p12 -out my.key.pem -nocerts -nodes
| Sysop: | Gate Keeper |
|---|---|
| Location: | Shelby, NC |
| Users: | 831 |
| Nodes: | 20 (0 / 20) |
| Uptime: | 203:40:58 |
| Calls: | 14,143 |
| Calls today: | 5 |
| Files: | 5,294 |
| D/L today: |
81 files (34,312K bytes) |
| Messages: | 635,147 |