Skip to content

Commit 90f3a46

Browse files
Update create-client-certificate.md
1 parent 9da84a5 commit 90f3a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ services: confidential-ledger
55
author: msmbaldwin
66
ms.service: confidential-ledger
77
ms.topic: overview
8-
ms.date: 0411/2023
8+
ms.date: 04/11/2023
99
ms.author: mbaldwin
1010

1111
---
1212
# Creating a Client Certificate
1313

1414
The Azure confidential ledger APIs require client certificate-based authentication. Only those certificates added to an allowlist during ledger creation or a ledger update can be used to call the confidential ledger Functional APIs.
1515

16-
You will need a certificate in PEM format. You can create more than one certificate and add or delete them using ledger Update API.
16+
You need a certificate in PEM format. You can create more than one certificate and add or delete them using ledger Update API.
1717

1818
## OpenSSL
1919

2020
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

22-
- **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).
22+
- **Windows**: Install [chocolatey for Windows](https://chocolatey.org/install), open a PowerShell terminal window 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**:
2424
- Ubuntu:
2525

0 commit comments

Comments
 (0)