Create log file:
touch /var/log/sudo.log
Edit the file /etc/sudoers
visudo
Paste
Defaults logfile="/var/log/sudo.log"
Restart rsyslog
sudo systemctl restart rsyslog
View log
tail -f /var/log/sudo.log
Convert Lets encrypt PEM to tomcat PKCS12 openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...