Hi,
I use the rb2011 to generate a root ca, then use it to sign a certificate, set it at ip/service, export the root ca to my window, install it to trusted root ca, then I can connet to my rb2011 by https.
Now I want to gen another certificate, hope install to my nas, so I can connect my nas by https too, I export the certificate with .pem/.pl2, use openssl to extract the private key and .crt, only .crt success, but with 0 byte for private key.
Does any one know if .pl2(pkcs12) inculed the private key in the file?