diff --git a/docs/configuration/tls-self-signed.md b/docs/configuration/tls-self-signed.md index 7215e4965c8fa453e5f49102ae17979a32936daa..647c3f8abf66065c7f7c783233c803b8c63bf9fd 100644 --- a/docs/configuration/tls-self-signed.md +++ b/docs/configuration/tls-self-signed.md @@ -14,7 +14,7 @@ GitLab Runner provides these options: 1. GitLab Runner reads the PEM (**DER format is not supported**) certificate from predefined file: - `/etc/gitlab-runner/certs/hostname.crt` on *nix systems when gitlab-runner is executed as root. - - `~/.gitlab-runner/certs/hostname.crt` on *nix systems when gitlab-runner is executed as non-root, + - `~/.gitlab-runner/certs/hostname.crt` on *nix systems when gitlab-runner is executed as non-root. - `./certs/hostname.crt` on other systems. If the address of your server is: `https://my.gitlab.server.com:8443/`.