Skip to content

Link global certificates in home directory

Krzysztof Nazarewski requested to merge (removed):patch-1 into master

Links global the certificates directory to local one.

Enables self-signed certificates after setting securityContext.runAsUser added in af38d2aa

Fixes #17 (closed) and #22 (closed)

I have tried mounting certificates directly in the home directory, but was getting a lot of different errors (permissions, existing directories etc.)

Merge request reports