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
In the ipsec/manual, I can find one user.p12 file but I don't see user.key or user.crt. I realize that the latter two files are generated by user.p12 so I tried
openssl pkcs12 -in <user>.p12 -out <user>.key
But it asks for Enter Import Password and Enter PEM pass phrase. I am not sure what these two passwords are.
The text was updated successfully, but these errors were encountered:
In the
ipsec/manual
, I can find oneuser.p12
file but I don't seeuser.key
oruser.crt
. I realize that the latter two files are generated byuser.p12
so I triedBut it asks for
Enter Import Password
andEnter PEM pass phrase
. I am not sure what these two passwords are.The text was updated successfully, but these errors were encountered: