Skip to content

Commit

Permalink
devonfw-forge#41: removed CertificatePassword
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahffm committed Dec 28, 2022
1 parent a549aea commit 63fd8a0
Showing 1 changed file with 27 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"RequireClientCertificate": false,
"CheckCertificateRevocation": true,
"ClientCertificates": {
"Whitelist": [""]
"Whitelist": [
""
]
}
}
},
Expand Down Expand Up @@ -102,11 +104,15 @@
"Name": "AnsibleTower",
"BaseAddress": "PUT THE IP ADDRESS HERE",
"Headers": {},
"WaitAndRetrySeconds": [0.0001, 0.0005, 0.001],
"WaitAndRetrySeconds": [
0.0001,
0.0005,
0.001
],
"DurationOfBreak": 0.0005,
"UseCertificate": false,
"Certificate": "localhost.pfx",
"CertificatePassword": "C@pgemini2022",
"CertificatePassword": "",
"SslProtocol": "Tls12", //Tls, Tls11,Tls12, Tls13, none
"CompressionSupport": true,
"AllowAutoRedirect": true
Expand All @@ -115,11 +121,15 @@
"Name": "CyberArk",
"BaseAddress": "PUT THE IP ADDRESS HERE",
"Headers": {},
"WaitAndRetrySeconds": [0.0001, 0.0005, 0.001],
"WaitAndRetrySeconds": [
0.0001,
0.0005,
0.001
],
"DurationOfBreak": 0.0005,
"UseCertificate": false,
"Certificate": "localhost.pfx",
"CertificatePassword": "C@pgemini2022",
"CertificatePassword": "",
"SslProtocol": "Tls12", //Tls, Tls11,Tls12, Tls13, none
"CompressionSupport": true,
"AllowAutoRedirect": true
Expand All @@ -128,19 +138,27 @@
"Name": "SmaxHcm",
"BaseAddress": "PUT THE IP ADDRESS HERE",
"Headers": {},
"WaitAndRetrySeconds": [ 0.0001, 0.0005, 0.001 ],
"WaitAndRetrySeconds": [
0.0001,
0.0005,
0.001
],
"DurationOfBreak": 0.0005,
"UseCertificate": false,
"Certificate": "localhost.pfx",
"CertificatePassword": "C@pgemini2022",
"CertificatePassword": "",
"SslProtocol": "Tls12", //Tls, Tls11,Tls12, Tls13, none
"CompressionSupport": true,
"AllowAutoRedirect": true
},
{
"Name": "Nexus",
"BaseAddress": "http://localhost:8081/",
"WaitAndRetrySeconds": [0.0001, 0.0005, 0.001],
"WaitAndRetrySeconds": [
0.0001,
0.0005,
0.001
],
"DurationOfBreak": 0.0005
}
]
Expand Down Expand Up @@ -232,7 +250,6 @@
"SslPolicyErrors": "RemoteCertificateNotAvailable" //None, RemoteCertificateNotAvailable, RemoteCertificateNameMismatch, RemoteCertificateChainErrors
}
],

"VirtualHost": "/",
"UserName": "admin",
"Password": "password",
Expand Down Expand Up @@ -275,4 +292,4 @@
"Username": "admin",
"Password": "admin"
}
}
}

0 comments on commit 63fd8a0

Please sign in to comment.