Skip to content

Commit c62daba

Browse files
saurabhkotharilhercot
authored andcommitted
Updated value for argument cert_name in the provider
1 parent 37d9ede commit c62daba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/index.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The Provider supports authentication with Cisco APIC in 3 ways:
5555
# private key path
5656
private_key = "path to private key"
5757
# Certificate Name
58-
cert_name = "certificate.crt"
58+
cert_name = "user-cert"
5959
# cisco-aci url
6060
url = "https://my-cisco-aci.com"
6161
insecure = true
@@ -69,7 +69,7 @@ The Provider supports authentication with Cisco APIC in 3 ways:
6969
provider "aci" {
7070
username = "apic:Demo_domain\\\\admin"
7171
# private_key = "path to private key"
72-
# cert_name = "certificate.crt"
72+
# cert_name = "user-cert"
7373
password = "password"
7474
url = "url"
7575
insecure = true
@@ -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-
94+
Use this certificate name as the value of "cert_name" argument.
9595

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

0 commit comments

Comments
 (0)