Skip to content

Commit

Permalink
Small update to fix typo and missing article in README.md and website…
Browse files Browse the repository at this point in the history
…/docs/index.html.markdown
  • Loading branch information
lhercot committed Jun 26, 2021
1 parent c62daba commit 712067a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ terraform apply -parallelism=1
}
```

Note: The value of "cert_name" arugument must match the name of the certificate attached to the APIC user (aaaUserCert) used for signature-based authentication
Note: The value of "cert_name" argument must match the name of the certificate object attached to the APIC user (aaaUserCert) used for signature-based authentication

Developing The Provider
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $ openssl req -new -newkey rsa:1024 -days 36500 -nodes -x509 -keyout admin.key -
* Expand Security Management » Local Users
Click the name of the user you want to add a certificate to, in the User Certificates area
Click the + sign and in the Create X509 Certificate enter a certificate name in the Name field. Copy and paste your X.509 certificate in the Data field.
Use this certificate name as the value of "cert_name" argument.
Use this certificate name as the value of the "cert_name" argument.

Example Usage
------------
Expand Down

0 comments on commit 712067a

Please sign in to comment.