Skip to content

Ninniku IT Hub

Provide open-source solutions for businesses.

Menu
  • Home
  • Technical Support
  • Traning
    • Arduino for IoT and ERP Integration
  • Expert Certification
  • Plug-In Download
Menu

iDempiere SSL憑證安裝

Posted on 2019-05-29

記得幫你的ERP資料上鎖…..

Step one: Convert x509 Cert and Key to a pkcs12 file

openssl pkcs12 -export -in server.crt -inkey server.key 
               -out server.p12 -name [some-alias] 
               -CAfile ca.crt -caname root

若是使 pem 格式則用下列指令

openssl pkcs12 -export -in server.crt -inkey server.key 
               -out server.p12 -name [some-alias] 
               -certfile concatenedCAFiles.pem -caname root

Step two: Convert the pkcs12 file to a java keystore

keytool -importkeystore 
        -deststorepass [changeit] -destkeypass [changeit] -destkeystore server.keystore 
        -srckeystore server.p12 -srcstoretype PKCS12 -srcstorepass some-password 
        -alias [some-alias]

Step three: remove old entry

keytool -delete -alias idempiere -keystore keystore

執行完後, 重新啟動 iDempiere Server 即可完成.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Apple
  • iDempiere
  • IoT
  • IT Tools
  • Linux
  • SAP
  • uncategorized
  • Wordpress

Tags

Access Arduino Backup Bad Dept Business One Button Confirmation CRM Developer Document ERP Exam Financial GPIO iDempiere Jasper Report Java JavaFX Just-In-Time Language LED Linux M1 MacOS Material Receipt Maven Model mvn Period Control Permission PostgreSQL Potentiometer Process Profit Center PWM Raspberry PI repository Resistor Role Sales Management Swing Tips Ubuntu Wordpress Workflow

Recent Posts

  • Comparing Java GUI Frameworks: Pros and Cons
  • Implement the void function for Depreciation documents in iDempiere ERP.
  • What is the difference between Docker and VM?
  • Finding Data in SAP Business One: How to Locate Relevant Tables and Columns for Documents
  • How to Handle Bad Debts in iDempiere ERP: A Step-by-Step Guide for Writing Off Receivables and Maintaining Accurate Financial Records

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
©2023 Ninniku IT Hub | Design: Newspaperly WordPress Theme