Oline IT:Blog
Innovation Technology
Showing posts with label
cer
.
Show all posts
Showing posts with label
cer
.
Show all posts
Sunday, December 4, 2022
Convert a putty .ppk key to an Amazon .pem file on Mac
$ brew install putty
$ puttygen key.ppk -O private-openssh -o key.pem
Or,
$ openssl x509 -in certificatename.cer -outform PEM -out certificatename.pem
Older Posts
Home
Subscribe to:
Posts (Atom)
Upload file to server using Power Shell Command
scp file_name.zip username@server_ip/server_address:/directory_path
Office 2019 Activation without Product Key using CMD
Put the following code in a TXT file and save as "file.cmd" then run the cmd file as administrator. @echo off title Activate Micr...
install PowerMTA on the server
We can install PowerMTA on the server. rpm -ivh /home/PowerMTA-4.0r6.x86_64.rpm You will see the output like this Preparing... #############...
PowerMTA Multiple Virtual PMTA config file
# $Id: config 2015-03-24 16:00:00 Jack $ # Sample PowerMTA configuration file # PowerMTA Multiple Virtual PMTA config file sample # # E-mai...