You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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, include the `-nodes` paramter (stands for no DES) which instructs OpenSSL to output the private key in an unencrypted format, otherwise a new password has to be set for the new key file.
89
89
90
90
1. Export the certificate by using the following command:
91
91
@@ -100,7 +100,7 @@ Use one of the following methods to configure the certificate on the the Unix/Li
1. Restart the SCX agent by using the following command:
112
+
1. Restart the SCX agent by running the following command:
113
113
114
114
```console
115
115
scxadmin -restart
@@ -124,7 +124,7 @@ Use one of the following methods to configure the certificate on the the Unix/Li
124
124
:::image type="content" source="media/use-ca-certificate-on-scom-linux-agent/command-validate-omi-processes.png" alt-text="Screenshot that shows the command to validate omi processes running." lightbox="media/use-ca-certificate-on-scom-linux-agent/command-validate-omi-processes.png":::
125
125
126
126
### Method 2: Configure Certificate with Bash Script
127
-
1. Save the below bash script extract_scx_cert.sh
127
+
1. Save the following bash script extract_scx_cert.sh
128
128
129
129
```console
130
130
#!/bin/bash
@@ -163,13 +163,13 @@ Use one of the following methods to configure the certificate on the the Unix/Li
163
163
systemctl restart omid
164
164
```
165
165
166
-
1. Change Script permissions to be executed
166
+
1. Change script permissions to be executed
167
167
168
168
```console
169
169
chmod +x /home/user/extract_scx_cert.sh
170
170
```
171
171
172
-
1. Execute the script with the parameters as below with the path to the pfx file and the password for it:
172
+
1. Run he following command to execute the script with the two parameters; the path to the pfx file and the password for it
0 commit comments