Steven Anderson
Results
2
issues of
Steven Anderson
my docker file ```dockerfile FROM golang RUN mkdir -p /u/certs RUN chmod 701 /u/certs RUN echo -e "-----BEGIN RSA PRIVATE KEY-----..." > /u/certs/client.root.key RUN chmod 600 /u/certs/client.root.key RUN echo -e...
I had my plex server on secure connections only, but needed to disable it to use http. Would be nice to add a `--validate-tls-certificate` option, defaults to true.