Tranferring a certificate using CURL
search cancel

Tranferring a certificate using CURL

book

Article ID: 381619

calendar_today

Updated On: 11-08-2024

Products

Top Secret

Issue/Introduction

Download a certificate using CURL command.

Resolution

'CURL' is a file transfer open source tool. See CURL documentation.

Example CURL command:

$ curl --cert server-cert.pem --key server-key.pem --cacert ca-cert.pem -H 'Content-Type: text/plain' \

-LX GET 'https://website.abc.com:12134/cert_directory'

Use Windows Notepad to convert EOL (End of line) to Windows EOL.