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
To get the public key as well you'll have to make another OpenSSL crypto call -- likely this one to dump the public key. We already dump the private key here -- you'll likely just have to do something similar to dump the public key.
Would be great if you can also test what you implement to ensure that the public and private key work together as a pair. Thank you!
Currently,
generate_keypair()
outputs a private key and a certificate. We should modify this function to also generate and output a public key.The text was updated successfully, but these errors were encountered: