Skip to content

Commit 6a5fc46

Browse files
authored
Fix formatting of note about OpenSSL key export
1 parent d5e31f7 commit 6a5fc46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

support/system-center/scom/use-ca-certificate-on-scx-agent.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ Use one of the following methods to configure the certificate on the the Unix/Li
8585
openssl pkcs12 -in <FileName>.pfx -nocerts -out /etc/opt/omi/ssl/omikey.pem -nodes -passin pass:"pfxpassword"
8686
```
8787

88-
> [!NOTE]
89-
> While exporting the private key from the certificate store, a new password has to be set for the new key file, unless you specify the `-nodes`, This option stands for `no DES` encryption which instructs OpenSSL to output the private key in an unencrypted format.
88+
> While exporting the private key from the certificate store, a new password has to be set for the new key file, unless you specify the `-nodes`, This option stands for `no DES` encryption which instructs OpenSSL to output the private key in an unencrypted format.
9089

9190
1. Export the certificate by using the following command:
9291

0 commit comments

Comments
 (0)