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 July 24, 2023: trivial change to show what's up (911b3fb)