meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:general [2015/03/05 12:29] – niziak | linux:general [2015/07/01 07:48] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== General ====== | ||
| + | |||
| + | |||
| ====== Import SSL certificate from website ====== | ====== Import SSL certificate from website ====== | ||
| - | < | + | < |
| echo -n | openssl s_client -port 443 -host google.com -prexit -showcerts | sed -ne '/ | echo -n | openssl s_client -port 443 -host google.com -prexit -showcerts | sed -ne '/ | ||
| mv server.cert / | mv server.cert / | ||
| c_rehash | c_rehash | ||
| </ | </ | ||