Protect files and folders


Install safe-rm
sudo apt-get install safe-rm

Edit the conf file adding the folders path
pico /etc/safe-rm.conf


Certificate - PEM to PKCS12

  Convert Lets encrypt PEM to tomcat PKCS12  openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...

Mais vistos