Skip to content

Commit 11f4a7c

Browse files
author
Zheyu Shen
committed
fix
1 parent 00cd74a commit 11f4a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please choose SDK version (_in VisualStudio or by altering .csproj) according to
2626
### Registry
2727
The Linux SDK supports specifying configuration originally taken care of by Windows registry keys by environment variables prefixed with `CCP_CONFIG_`. For example, the `CertificateValidationType` registry key under `HKLM\SOFTWARE\Microsoft\HPC` can be specified on Linux by passing in the environment variable `CCP_CONFIG_CertificateValidationType`.
2828

29-
In addition, configuration can be specified via the `/etc/hpcpack/config.json` configuration file. For example, to configure `CertificateValidationType` to `1` (Skip CA check), use the following JSON config:
29+
In addition, configuration can be specified via the `/etc/hpcpack/config.json` configuration file. For example, to configure `CertificateValidationType` to `1` (Skip CN check), use the following JSON config:
3030
```json
3131
{
3232
"CertificateValidationType": 1

0 commit comments

Comments
 (0)