omec-project / pcf

1 stars 16 forks source link

feat: parametrize paths for TLS certificate and private key #128

Closed dariofaccin closed 2 months ago

dariofaccin commented 2 months ago

This PR adds a tls container, composed of pem and key keys, inside sbi container to specify the paths of TLS certificate and private key to use for the HTTPS server. If the tls container is not specified, or key or pem are not specified, the values are defaulted to maintain backward compatibility.