diff options
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: |