SSL Options
Photon OS offers support for the SSL Options.
You can set the following SSL options in the repository configuration file:
sslverify
When downloading usinghttps
, this option helps to verify the SSL certificate of the server. You can set it to0
or1
. The default is1
.sslcacert
You can use this option to set the path to a certificate file to verify the server.sslclientcert
You can use this option to set the path to a client certificate file.sslclientkey
You can set this path to the client key file.
Last modified March 5, 2021: setting up github actions (3f54ed117)