generated from cloudposse/terraform-example-module
-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Describe the Feature
Support a list of common names to creating many client certificates.
Expected Behavior
Only a single common name
Use Case
I have a number of different clients which I would like to connect to the same endpoint, but use a different certificate.
It's likely I will have to revoke a certificate to deny access, and I don't want to impact all users.
Describe Ideal Solution
the field root_common_name could take a list, or a new parameter root_common_names could be introduced.
Alternatives Considered
Multiple VPN endpoints is possible, but very clunky as it need a /22 client cidr for a single client, and unique CA and server certs every time.
Additional Context
https://repost.aws/knowledge-center/client-vpn-multiple-users-same-endpoint
yanapoz, eanselmi and nnnickg
Metadata
Metadata
Assignees
Labels
No labels