Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically make .pfx/.p12 certificate #93

Open
LennyM8472 opened this issue Nov 10, 2020 · 6 comments
Open

Automatically make .pfx/.p12 certificate #93

LennyM8472 opened this issue Nov 10, 2020 · 6 comments

Comments

@LennyM8472
Copy link

Hello,

is it possible to add a feature, that besides the normal letsencrypt certificate a .pfx / .p12 certificate is created automatically?

Best regards
Lenny

@Yannik
Copy link
Owner

Yannik commented Nov 10, 2020

no idea. feel free to submit a pr.

@Yannik Yannik closed this as completed Nov 10, 2020
@LennyM8472
Copy link
Author

LennyM8472 commented Nov 10, 2020

Hi,

the code for it is:
openssl pkcs12 -export -out bundle.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -password pass:xxx

Would be great, if this option would be integrated in your script. As some applications/services only take pfx/p12 certificates.

best regards
Lenny

@Yannik
Copy link
Owner

Yannik commented Nov 10, 2020

which qnap applications do you need this for?

@LennyM8472
Copy link
Author

Hi,

like NZBHYDRA2, Radarr, all Microsoft VMs.

Best regards
Lenny

@LennyM8472
Copy link
Author

Hi,

I don't know how to make a pull request.
I just know that the code for the pfx/p12 certificate creation is:
openssl pkcs12 -export -out bundle.pfx -inkey privkey.pem -in cert.pem -certfile chain.pem -password pass:xxx

Would be great, if you can implement this feature.

Best regards
Lenny

@Yannik
Copy link
Owner

Yannik commented Jun 8, 2021

@LennyM8472 What is "pass:xxx"? Maybe I can implement a general hook which you could use to call your custom script.

@Yannik Yannik reopened this Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants