Skip to content

Commit

Permalink
docs: fix links to openssl samples
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Feb 16, 2023
1 parent 211b64d commit 26f1846
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/prepare-cdot-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ chmod 400 private/ca.key.pem

#### Create a root certificate authority certificate

Download the sample [samples/openssl.cnf] file and put it in the directory we created in [setup](#setup). Edit line 9,
Download the sample [openssl.cnf](https://github.com/NetApp/harvest/blob/main/pkg/docs/samples/openssl.cnf) file and put
it in the directory we created in [setup](#setup). Edit line 9,
changing `dir` to point to your `ca` directory created in [setup](#setup).

```
Expand Down Expand Up @@ -277,7 +278,8 @@ openssl x509 -noout -text -in certs/ca.cert.pem
First, we'll create the certificate signing request and then the certificate. In this example, the ONTAP cluster is
named `umeng-aff300-05-06`, update accordingly.

Download the sample [samples/server_cert.cnf] file and put it in the directory we created in [setup](#setup). Edit lines
Download the sample [server_cert.cnf](https://github.com/NetApp/harvest/blob/main/pkg/docs/samples/server_cert.cnf) file
and put it in the directory we created in [setup](#setup). Edit lines
18-21 to include your ONTAP cluster hostnames and IP addresses. Edit lines 6-11 with new names as needed.

```
Expand Down

0 comments on commit 26f1846

Please sign in to comment.