-
|
Im trying to reuse the SSL keys caddy makes and reuse them in a 3rd party program. but program is reporting that the SSL's are encrypted and ask for the password. so im wondering is there a way to get the password that cpm is using? and if not is there a way to tell cpm not to encrypt the SSL's? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
@Alacard Do you mean the mTLS .p12 certificates? |
Beta Was this translation helpful? Give feedback.
-
|
Now that i more free time then just 10 min. found out what the problem was. the keys type being used is EC but the program (a few off them) only support RSA4096 key type, and from what i can tell there's no way to convert a EC key to RSA. so i guess my question is, is there any plans to add a option to where you can select what key type is used when requesting SSL? |
Beta Was this translation helpful? Give feedback.
mTLS is not managed by let's encrypt. Certificates for proxies along with their private key are stored in plaintext in the
caddy-datavolume in thecaddy/certificates/{yourhost}folderIn case you mean mTLS certificates, the password is the one you set when creating them