Skip to content

Commit 2db3e58

Browse files
committed
Document Replicated issue with ordering of SSL certificates
1 parent 5e17ff7 commit 2db3e58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

enterprise/troubleshooting.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,11 @@ If you are using RedHat Enterprise Linux RHEL 7.x, try setting the option
4747
file (usually `usr/lib/systemd/system/docker.service`). After making this
4848
change restart the docker service and make sure to reload the system
4949
configuration.
50+
51+
#### Invalid x509 keypair: tls: failed to find any PEM data in key input
52+
53+
If you get this error message when upload your SSL certificate you uploaded an
54+
incorrect certificate file. Please note that if you need to include
55+
intermediate certificates, the order of certificates in the certificate file
56+
needs to be from leaf to root. If the order of certificates does not match this
57+
format Replicated will fail to recognize your certificate.

0 commit comments

Comments
 (0)