Installing SSL idempiere with Sectigo

  1. Apply SSL dan kamu akan dapat 3 file sebagai berikut
  2. gabung denga command cat untuk create chain
    cat sectigo_xxx.co.id_crt.txt sectigo_xx.co.id_intermediate.txt sectigo_xx.co.id_root.txt > ca_chain.pem
  3. create p12 private key yg sudah di decrypt
    openssl pkcs12 -export -in sectigo_xxx.co.id_crt.txt -inkey privatekey_dec.key -out xxx.p12 -name domain -passout pass:yourpassword -CAfile ca_chain.pem -caname sub1 -caname root -chain
  4. create keystore
    keytool -importkeystore -deststorepass yourpassword -destkeypass yourpassword -destkeystore hbes.keystore -srckeystore hbes.p12 -srcstoretype PKCS12 -srcstorepass yourpassword -alias domain

di trial di server 13

5. Edit jetty-ssl-context.xml arahkan ke keystore baru dan password keystorenya