Skip to content

Commit c1eb7fa

Browse files
committed
Fixes typo
1 parent de7e42a commit c1eb7fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitkraken-client/self-signed-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ openssl x509 -outform der -in DOWNLOADED-CERT-NAME -out DOWNLOADED-CERT-NAME.crt
9696
certutil -d sql:$HOME/.pki/nssdb -A -t "CT,C,C" -n DOWNLOADED-CERT-NAME.crt -i DOWNLOADED-CERT-NAME.crt
9797
```
9898

99-
Finally, run:
99+
Finally, run the following to verify it was added:
100100
```
101-
certutil -d sql:$HOME/.pki/nssdb -L to verify it was added
101+
certutil -d sql:$HOME/.pki/nssdb -L
102102
```
103103

104104
Now close Chrome completely and re-open. Navigate to the site to confirm that you are no longer recieving a certificate warning.

0 commit comments

Comments
 (0)