Skip to content

Commit 712067a

Browse files
committed
Small update to fix typo and missing article in README.md and website/docs/index.html.markdown
1 parent c62daba commit 712067a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ terraform apply -parallelism=1
8484
}
8585
```
8686

87-
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
87+
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
8888

8989
Developing The Provider
9090
-----------------------

website/docs/index.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ $ openssl req -new -newkey rsa:1024 -days 36500 -nodes -x509 -keyout admin.key -
9191
* Expand Security Management » Local Users
9292
Click the name of the user you want to add a certificate to, in the User Certificates area
9393
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.
94-
Use this certificate name as the value of "cert_name" argument.
94+
Use this certificate name as the value of the "cert_name" argument.
9595

9696
Example Usage
9797
------------

0 commit comments

Comments
 (0)