aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/README.md
diff options
context:
space:
mode:
authorAdam Wudzinski <adam.wudzinski@nokia.com>2020-10-19 13:45:05 +0200
committerAdam Wudzinski <adam.wudzinski@nokia.com>2020-10-22 15:55:06 +0200
commitd5f1ad72efceda8e10311b9a778aa048ed6909a2 (patch)
tree4f03a0b66a1b17a18ff0a293771086bb341ab072 /pnfsimulator/README.md
parent384b7b14722c5a2e351d61b3779869d680cebf8f (diff)
Adjust PNF simulator to read passwords to stores from files
Issue-ID: INT-1746 Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com> Change-Id: Ib8a59500c15759bb09bb8b19e4757f1c48625af5
Diffstat (limited to 'pnfsimulator/README.md')
-rw-r--r--pnfsimulator/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md
index 81e59fc..9f7e996 100644
--- a/pnfsimulator/README.md
+++ b/pnfsimulator/README.md
@@ -418,8 +418,8 @@ For this purpose:
3. Edit /app/application.properties file as follow:
- ssl.clientCertificateEnabled=true (to disable/enable client authentication)
- ssl.strictHostnameVerification=true (to disable/enable hostname verification)
-- ssl.clientCertificateDir=/app/store/client.p12 (to replace keystore file)
-- ssl.clientCertificatePassword=collector (to replace password for keystore)
-- ssl.trustStoreDir=/app/store/trustStore (to replace truststore file)
-- ssl.trustStorePassword=collector (to replace password for truststore)
-4. Refresh configuration by sending simple POST request to correct actuator endpoint at: ```curl http://localhost:5000/refresh -H 'Content-type: application/json' -X POST --data '{}'```
+- ssl.clientCertificatePath=/app/store/client.p12 (to replace with keystore file)
+- ssl.clientCertificatePasswordPath=/app/store/keystore.pass (to replace with keystore password file)
+- ssl.trustStorePath=/app/store/trustStore (to replace with truststore file)
+- ssl.trustStorePasswordPath=/app/store/truststore.pass (to replace with truststore password file)
+4. Refresh configuration by sending simple POST request to correct actuator endpoint at: ```curl http://localhost:5001/refresh -H 'Content-type: application/json' -X POST --data '{}'```