|

OpenSSL to Extract the Private Key and Cert File.

Copy the pfx file (Exported SSL Cert) in the Open SSL Bin folder. Look for C:Program Files (x86)GnuWin32bin Export the private key file from the pfx file openssl pkcs12 -in filename.pfx -nocerts -out key.pem Export the certificate file from the pfx file openssl pkcs12 -in filename.pfx -clcerts -nokeys -out cert.pem Remove the passphrase from the private key openssl rsa…

Datto Uninstall Reinstall for Debian Agent

Datto Agent Reinstall: sudo apt-get remove dattobd-dkms sudo apt-get install linux-headers-$(uname -r) apt-get install apt-transport-https sudo apt-get install dlad nc -v <ip address of Datto appliance> 3260 (Sonicwall May Block This Command and shows failed , go ahead Install the Agent anyway and test) curl -sS https://cpkg.datto.com/getLinuxAgent.txt | sudo bash