Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

change acmes import to use fileb instead of file #14

Merged
merged 1 commit into from
May 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc_source/client-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@ The following procedure uses OpenVPN easy\-rsa to generate the server and client
1. Upload the server certificate and key and the client certificate and key to ACM\. The following commands use the AWS CLI\.

```
$ aws acm import-certificate --certificate file://server.crt --private-key file://server.key --certificate-chain file://ca.crt --region region
$ aws acm import-certificate --certificate fileb://server.crt --private-key fileb://server.key --certificate-chain fileb://ca.crt --region region
```

```
$ aws acm import-certificate --certificate file://client1.domain.tld.crt --private-key file://client1.domain.tld.key --certificate-chain file://ca.crt --region region
$ aws acm import-certificate --certificate fileb://client1.domain.tld.crt --private-key fileb://client1.domain.tld.key --certificate-chain fileb://ca.crt --region region
```

To upload the certificates using the ACM console, see [Import a Certificate](https://docs.aws.amazon.com/acm/latest/userguide/import-certificate-api-cli.html) in the *AWS Certificate Manager User Guide*\.
Expand Down Expand Up @@ -169,4 +169,4 @@ The following table lists the SAML\-based IdPs that we have tested for use with

| IdP | Resource |
| --- | --- |
| Okta | [Authenticate AWS Client VPN users with SAML](https://aws.amazon.com/blogs/networking-and-content-delivery/authenticate-aws-client-vpn-users-with-saml/)\. |
| Okta | [Authenticate AWS Client VPN users with SAML](https://aws.amazon.com/blogs/networking-and-content-delivery/authenticate-aws-client-vpn-users-with-saml/)\. |