Skip to content
Snippets Groups Projects
Commit 65c90492 authored by Robert Speicher's avatar Robert Speicher
Browse files

Further expand the SSL troubleshooting doc

parent afe40f2b
No related branches found
No related tags found
1 merge request!238Further expand the SSL troubleshooting doc
Loading
Loading
@@ -48,9 +48,19 @@ To convert the multi-line key and certificate files to a single-line string
suitable for the vault, use this command:
 
```
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' the_key_file.key
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' [domain].key
awk 'NF {sub(/\r/, ""); printf "%s\\n",$0;}' [domain].chained.crt
```
 
**Note:** You _must_ use the `[domain].chained.crt` certificate file, _not_ the
`[domain].crt` file!
### Verify the certificate
Use a tool such as <https://www.sslshopper.com/ssl-checker.html> to verify that
the certificate is live, working, and fully valid.
## Notes
 
* For dev.gitlab.org we use the same certificate for registry so make sure you
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment