Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:ssl [2024/10/26 16:15] – [Linux SSL] admin | linux:ssl [2024/11/09 13:13] (current) – [SSl certificates] admin | ||
---|---|---|---|
Line 15: | Line 15: | ||
sudo cp domain.com.crt / | sudo cp domain.com.crt / | ||
sudo update-ca-certificates | sudo update-ca-certificates | ||
+ | </ | ||
+ | |||
+ | <code BASH> | ||
+ | openssl s_client -connect bot.ip2u.ru: | ||
+ | openssl s_client -showcerts -connect www.domain.com: | ||
+ | openssl s_client -showcerts -connect bot.ip2u.ru: | ||
+ | cat ./ | ||
+ | sudo cp ./ | ||
+ | sudo update-ca-certificates | ||
+ | openssl s_client -showcerts -connect bot.ip2u.ru: | ||
+ | openssl s_client -CAfile ./ | ||
+ | curl --verbose | ||
</ | </ | ||
===== Linux SSL key managment | ===== Linux SSL key managment |