CLI to check SSL certificate on web site
curl -vvI -k https://target.web.site The above allows you to view the certificate on the selected web site (including self signed certificates)
Continue reading →curl -vvI -k https://target.web.site The above allows you to view the certificate on the selected web site (including self signed certificates)
Continue reading →Installing a certificate on Zimbra 9 and I get the following error message: ** Creating file ‘/opt/zimbra/ssl/zimbra/jetty.pkcs12’ ERROR: openssl pkcs12 export to ‘/opt/zimbra/ssl/zimbra/jetty.pkcs12’ failed(1): Error creating PKCS12 MAC; no PKCS12KDF support? Use -nomac if MAC not required and PKCS12KDF support … Continue reading →
On the machine you are trying to start zimbra on su zimbra zmlocalconfig -e ldap_starttls_required=false zmlocalconfig -e ldap_starttls_supported=0 then start zimbra After that – go look at all your certs on all the zimbra servers because you have something you … Continue reading →
Installed a new dell server with iDRAC8 assigned a ip address to the iDRAC using the BIOS/Console interface Attempt to connect via https://drac.mydomain.com returns a web page with Access Error: 400 — Bad Request but you can connect via https://drac.ip.addr.ess … Continue reading →
First – install certbot on your machine yum -y install httpd mod_ssl certbot I am going to assume you have correctly configured firewalld to allow incoming connections to http and https. systemctl start httpd Now – create a test ssl … Continue reading →
On the source server – su – cp -a /opt/zimbra/ssl /sslbk tar -czf /sslbk.tgz /sslbk Copy sslbk.tgz to the / directory on the server you want to copy the certificate to On the destination server stop the zimbra service. On … Continue reading →