OpenSSL更新后,Ubuntu系统重启相关服务的步骤如下:
重启依赖OpenSSL的服务
sudo systemctl restart apache2
sudo systemctl restart nginx
sudo systemctl restart sshd
验证更新 执行openssl version确认版本已更新。
openssl version
注意:
ldconfig
apt