diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-01-10 06:43:26 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-01-10 06:43:26 +0100 |
commit | 18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea (patch) | |
tree | 3587258407d9264386a4ef859feea257d63aaacf /docs/webservices.txt | |
parent | 5d0ecffcf763c757470287b2fab55feabfcc0971 (diff) | |
download | ands-18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea.tar.gz ands-18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea.tar.bz2 ands-18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea.tar.xz ands-18da6e4b5942f4fcaa9db3ba3bf1dfcd1857e9ea.zip |
Update troubleshooting documentation
Diffstat (limited to 'docs/webservices.txt')
-rw-r--r-- | docs/webservices.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/webservices.txt b/docs/webservices.txt index f535d46..2545bd5 100644 --- a/docs/webservices.txt +++ b/docs/webservices.txt @@ -43,8 +43,9 @@ Updating/Generating certificates for the router - Installing * Two files are needed. 1) Secret Key - 2) PEM file containing both certificate and secret key. No CA certificate is needed (at least if our - certifcate is signed by known CA) + 2) PEM file containing both certificate and secret key. And all certificates in the chain + until the root certificate (the trusted root may be omitted, but including cause no problems + either * New 'router-certs' secret should be created in 'default' namespace. Probably it is better to modify existing secret than delete/create. However, the strings can't just be copied. Easiest way is to create a new secret in temporary namespace: |