Skip to content

Commit 5cc5c32

Browse files
authored
Merge pull request #93640 from jbizcloud/patch-1
Update create-client-certificate.md
2 parents 33611da + f8fb6db commit 5cc5c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/confidential-ledger/create-client-certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You will need a certificate in PEM format. You can create more than one certific
1717

1818
## OpenSSL
1919

20-
We recommending using OpenSSL to generate certificates. If you have git installed, you can run OpenSSL in the git shell. Otherwise, you can install OpenSSL for your OS.
20+
We recommend using OpenSSL to generate certificates. If you have git installed, you can run OpenSSL in the git shell. Otherwise, you can install OpenSSL for your OS.
2121

2222
- **Windows**: Install [chocolatey for Windows](https://chocolatey.org/install), open a PowerShell terminal windows in admin mode, and run `choco install openssl`. Alternatively, you can install OpenSSL for Windows directly from [here](http://gnuwin32.sourceforge.net/packages/openssl.htm).
2323
- **Linux**: Run `sudo apt-get install openssl`
@@ -31,4 +31,4 @@ openssl req -new -key "privkey_name.pem" -x509 -nodes -days 365 -out "cert.pem"
3131

3232
## Next steps
3333

34-
- [Overview of Microsoft Azure confidential ledger](overview.md)
34+
- [Overview of Microsoft Azure confidential ledger](overview.md)

0 commit comments

Comments
 (0)