You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However Portainer seemed to ignore this when I fired it up until I changed --existingSecret=portainer-tls-secret to tls.existingSecret=portainer-tls-secret.
My understanding from this is that go only allows one to pass an unencrypted private key. So it would seem that I'm doing the correct thing, but Portainer's not a happy bunny about it.
Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
I was following the documentation here: https://docs.portainer.io/advanced/ssl.
The secret was created without any errors thus confirming that the public key and private key matched.
However Portainer seemed to ignore this when I fired it up until I changed
--existingSecret=portainer-tls-secret
totls.existingSecret=portainer-tls-secret
.Now I'm getting :
in the Pod's logs.
My understanding from this is that go only allows one to pass an unencrypted private key. So it would seem that I'm doing the correct thing, but Portainer's not a happy bunny about it.
Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered: