How to install SSL certificate to Mirket

  • First, you need to prepare your certificate in both "crt" and "pem" file formats.

Note : In case you have key file and you need to convert key file to pem file, you can use command below

openssl rsa -in C:\Certificates\localPrivateKeyfile.key -text > privateKeyFileInPemFormat.pem
  • Next, rename your .crt file to certificate.crt and your .pem file to key2.pem.

  • Then , Go to C:\Mirket\apache-tomcat-8.5.57 file directory and backup certifate.crt and key2.pem file in case you need to rollback.

  • Then paste 2 files you prepared into C:\Mirket\apache-tomcat-8.5.57 directory .

  • Then Restart "Mirket Authentication Service"

Last updated