java - How to change default https certificate for web services in Dataminder? -
when installing dataminder, 2 web service ports set up. 1 http , other https. self-signed certificate created during installation. need use certificate certificate authority.
how change certificate used on web service https port?
to replace default self-signed certificate certificates certificate authority simplest replace dmkeystore file (which standard java keystore file) new java keystore file containing new certificates.
note new keystore file must named , placed @ default destination:
dataminder/server/config/certificates/dmkeystore
to start using new certificates file update dataminder properties file:
dataminder/server/config/dataminder.properties
the properties update are:
dataminder.environment.web.https.keystorepassword=... dataminder.environment.web.https.keyalias=... dataminder.environment.web.https.keypassword=....
update properties , restart dataminder. dataminder use new certificates.
note: certificates used both admin https , web service https ports.
Comments
Post a Comment