I have an AWS Client VPN setup that uses mutual authentication with certificates.
Currently, I manually create client certificates using OpenVPN’s easy-rsa utility. This process involves:
Generating a certificate and private key for the client.
Signing the certificate with the Root CA used for my VPN.
I would like to automate this process. Here are some specifics:
I am using the easy-rsa utility to manage my Root CA and generate client certificates.
What scripts, tools, or AWS services can help automate this task? If possible, please provide example commands or scripts.
Vinay Amara is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.