You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
I've searched for how to merge a private key file into a certificate file, but I didnt't have success.
I need to create a pfx file, using in some cases "RSA Private Key" key file, and sometimes, "Private Key" key file (pkcs8), and I didn't find any usage like that on test projects.
Do you have any documentation about that? Is it possible to achieve it?
Thank you
The text was updated successfully, but these errors were encountered:
Basically, this command merges a private key file and a certificate file, generating a pfx file. Using it, I don't need to worry about private key format (RSA Private Key ou Private Key), because openssl.exe executable knows how to treat both.
I don't want to call openssl.exe directly in my code if I could achieve the same output using native code libraries.
Basically, this command merges a private key file and a certificate file, generating a pfx file. Using it, I don't need to worry about private key format (RSA Private Key ou Private Key), because openssl.exe executable knows how to treat both.
I don't want to call openssl.exe directly in my code if I could achieve the same output using native code libraries.
Tks
did you find any?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I've searched for how to merge a private key file into a certificate file, but I didnt't have success.
I need to create a pfx file, using in some cases "RSA Private Key" key file, and sometimes, "Private Key" key file (pkcs8), and I didn't find any usage like that on test projects.
Do you have any documentation about that? Is it possible to achieve it?
Thank you
The text was updated successfully, but these errors were encountered: