Used for requesting and managing certificates
Send the specified file (penultimate argument) to the specified URL via HTTP POST and save the response to the specified txt file (last argument).
CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE} {PATH:.txt}
Download file from Internet
Send the specified file (last argument) to the specified URL via HTTP POST and show response in terminal.
CertReq -Post -config {REMOTEURL} {PATH_ABSOLUTE}
Upload