Skip to content

Commit

Permalink
Added placeholder instead of password (#12299)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailTryakhov authored Jan 6, 2021
1 parent 6d39747 commit 0a16cf1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"name": "sslcert",
"properties": {
"data": "base64-pfxData",
"password": "pass1"
"password": "<password>"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"name": "sslcert",
"properties": {
"data": "base64-pfxData",
"password": "pass1"
"password": "<password>"
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
],
"radiusServerAddress": "8.9.9.9",
"radiusServerSecret": "123_abc",
"radiusServerSecret": "<password>",
"radiusServerRootCertificates": [
{
"name": "vpnServerConfigRadiusServerRootCer1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
],
"radiusServerAddress": "8.9.9.9",
"radiusServerSecret": "123_abc",
"radiusServerSecret": "<password>",
"radiusServerRootCertificates": [
{
"name": "vpnServerConfigRadiusServerRootCer1",
Expand Down Expand Up @@ -107,7 +107,7 @@
}
],
"radiusServerAddress": "8.9.9.9",
"radiusServerSecret": "123_abc",
"radiusServerSecret": "<password>",
"radiusServerRootCertificates": [
{
"name": "vpnServerConfigRadiusServerRootCer1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
],
"radiusServerAddress": "8.9.9.9",
"radiusServerSecret": "123_abc",
"radiusServerSecret": "<password>",
"radiusServerRootCertificates": [
{
"name": "vpnServerConfigRadiusServerRootCer1",
Expand Down

0 comments on commit 0a16cf1

Please sign in to comment.