Hi,
I am trying to import a trusted public certificate on FSPM v13.11.84108 on Windows Server 2016, but I am getting an alias error.
I have placed the .pfx file in the right location, and I am issuing this command in an elevated command prompt:
"C:\Program Files (x86)\F-Secure\Management Server 5\jre\bin\keytool" -importkeystore -destkeystore "C:\Program Files (x86)\F-Secure\Management Server 5\data\fspms.jks" -deststorepass superPASSWORD -destalias fspms -destkeypass superPASSWORD -srckeystore my.server.com.pfx -srcstoretype PKCS12 -srcstorepass pfx_password -srcalias my.server.com
I am getting this error:
Importing keystore my.server.com.pfx to C:\Program Files (x86)\F-Secure\Management Server 5\data\fspms.jks...
Existing entry alias fav exists, overwrite? [no]: y
keytool error: java.lang.Exception: Alias <my.server.com> does not exist
Can anyone see what I am doing wrong? Thanks.