I am configuring OPENVPN server on VYOS 1.4.1 LTS of AWS
There is a question, I need to create a certificate and private key for the each client user, can only the built-in PKI be used to manage certificates on this vyos version? Can third parties, such as easy-rsa, be supported?
and can anyone share me some scripts to manage new user/revoke user/issue .ovpn configurtion?
You can import whatever CA you like to trust along with issued certificates:
https://docs.vyos.io/en/sagitta/configuration/pki/#key-usage-cli
In 1.5 you can also import certs as files to make life easier as admin:
https://docs.vyos.io/en/latest/configuration/pki/index.html#import-files-to-pki-format
Thank you, I will check this way~
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.