This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
misc:zimbra:ownsslcert [2024/09/06 06:14] – removed - external edit (Unknown date) 127.0.0.1 | misc:zimbra:ownsslcert [2024/09/06 06:14] (current) – ↷ Page moved from linux:zimbra:ownsslcert to misc:zimbra:ownsslcert js | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Insert own ssl cert in zimbra ====== | ||
+ | Installation and configuration of your own internet domain ssl certificate: | ||
+ | |||
+ | * copy your ssl cert files to / | ||
+ | * rename ssl.cert to commercial.crt | ||
+ | * rename ca.cert to commercial_ca.crt | ||
+ | * rename apache.key to commercial.key | ||
+ | * test if cert is ok with <code bash>/ | ||
+ | commercial.crt: | ||
+ | * activate cert with <code bash> | ||
+ | ** Verifying commercial.crt against / | ||
+ | Certificate (commercial.crt) and private key (/ | ||
+ | Valid Certificate: | ||
+ | ** Copying commercial.crt to / | ||
+ | cp: „commercial.crt“ und „/ | ||
+ | ** Appending ca chain commercial_ca.crt to / | ||
+ | cp: „commercial_ca.crt“ und „/ | ||
+ | ** Importing certificate / | ||
+ | ** NOTE: mailboxd must be restarted in order to use the imported certificate. | ||
+ | ** Saving server config key zimbraSSLCertificate...done. | ||
+ | ** Saving server config key zimbraSSLPrivateKey...done. | ||
+ | ** Installing mta certificate and key...done. | ||
+ | ** Installing slapd certificate and key...done. | ||
+ | ** Installing proxy certificate and key...done. | ||
+ | ** Creating pkcs12 file / | ||
+ | ** Creating keystore file / | ||
+ | ** Installing CA to / | ||
+ | * reboot system | ||
+ | |||
+ | If you use a wildcard certificate (e.g. *.schnuerle.com) for your internet domain - so edit your local hosts to get the local ip if you use this internet domain in your local network: | ||
+ | |||
+ | < |