Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 382 Bytes

OfflineIMAP.md

File metadata and controls

12 lines (10 loc) · 382 Bytes

OfflineIMAP

For synchronizing shizzle!

Generating CA Certificates

Why sslcacertfile and not cert_fingerprint ?

Because fingerprints change. Nuff said.

Using OpenSSL

$ openssl s_client -CApath /etc/ssl/certs -connect ${hostname}:imaps -showcerts | perl -ne 'print if /BEGIN/../END/; print STDERR if /return/' > $sslcacertfile 
^D