Import an AWS Client VPN client certificate revocation list - AWS Client VPN

Import an AWS Client VPN client certificate revocation list

You must have a Client VPN client certificate revocation list file to import. For more information about generating a client certificate revocation list, see Generate an AWS Client VPN client certificate revocation list.

You can import a client certificate revocation list using the console and the AWS CLI.

To import a client certificate revocation list (console)
  1. Open the Amazon VPC console at https://console.aws.amazon.com/vpc/.

  2. In the navigation pane, choose Client VPN Endpoints.

  3. Select the Client VPN endpoint for which to import the client certificate revocation list.

  4. Choose Actions, and choose Import Client Certificate CRL.

  5. For Certificate Revocation List, enter the contents of the client certificate revocation list file, and choose Import client certificate CRL.

To import a client certificate revocation list (AWS CLI)

Use the import-client-vpn-client-certificate-revocation-list command.

$ aws ec2 import-client-vpn-client-certificate-revocation-list --certificate-revocation-list file://path_to_CRL_file --client-vpn-endpoint-id endpoint_id --region region