Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

curl command for SSL setup

Avatar

Level 7

Hi all,

 

I like to know if there is a curl command for uploading SSL certificate with intermedate cert. We have been able to do that without an intermediate certificate, but we like to try something new this year.

 

The old way is 

curl -u admin:'password' -F "keystorePassword=secrete" -F "keystorePasswordConfirm=secrete" -F "truststorePassword=secrete" -F "truststorePasswordConfirm=secrete" -F "privatekeyFile=@my_private.key" -F "certificateFile=@my_cert.cer" -F "httpsHostname=myhost.com" -F "httpsPort=4321"

 

I wonder if there is a flag as 

curl -u admin:'password' -F "keystorePassword=secrete" -F "keystorePasswordConfirm=secrete" -F "truststorePassword=secrete" -F "truststorePasswordConfirm=secrete" -F "privatekeyFile=@my_private.key" -F "certificateFile=@my_cert.cer" -F "intermediateFile=@intermediate.cer" -F "httpsHostname=myhost.com" -F "httpsPort=4321"

 

 

Thank you!

 

-Kevin

0 Replies