The best way to generate "tls-crypt" key (ta.key or OpenVPN.key, etc.) for OpenVPN via EJBCA #431
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Is this a specific certificate? Do you have a link to the certificate specification? |
Beta Was this translation helpful? Give feedback.
-
tls-auth
Using tls-auth requires that you generate a shared-secret key that is used in addition to the standard RSA certificate/key: openvpn --genkey --secret ta.key |
Beta Was this translation helpful? Give feedback.
-
This doesn't sounds like it has anything todo with PKI. I.e. there is no certificate involved here but a static key generated by the command you refer to. Generating this static shared secret (symmetric) key is nothing that EJBCA can, or should, do. |
Beta Was this translation helpful? Give feedback.
Is this a specific certificate? Do you have a link to the certificate specification?