Skip to content

Commit 2985f35

Browse files
saurabhkotharilhercot
authored andcommitted
updated auth info for cert_name argument
1 parent 72d66f0 commit 2985f35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,15 @@ terraform apply -parallelism=1
7777
# private key path
7878
private_key = "path to private key"
7979
# Certificate Name
80-
cert_name = "certificate.crt"
80+
cert_name = "admin-cert"
8181
# cisco-aci url
8282
url = "https://my-cisco-aci.com"
8383
insecure = true
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
88+
8789
Developing The Provider
8890
-----------------------
8991
If you want to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine. You'll also need to correctly setup a [GOPATH](http://golang.org/doc/code.html#GOPATH), as well as adding `$GOPATH/bin` to your `$PATH`.

0 commit comments

Comments
 (0)