diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-10-04 13:55:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-04 13:55:30 +0000 |
commit | 86bd887da34ed388c648d1756258421da05b786a (patch) | |
tree | ef9257094dae6283976724e39ecb5c17176aeb5b /kubernetes/robot/resources/config | |
parent | 23c1fc145b00853fa6b0a87c42e494549c9e4ee8 (diff) | |
parent | 30ec390479c9b7eeeaa90f036be02162c29ae918 (diff) |
Merge "[COMMON] Add and run pre-commit linters via tox"
Diffstat (limited to 'kubernetes/robot/resources/config')
-rw-r--r-- | kubernetes/robot/resources/config/lighttpd/ssl/README.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/resources/config/lighttpd/ssl/README.TXT b/kubernetes/robot/resources/config/lighttpd/ssl/README.TXT index 4a56cb5dfa..fe43e0cc6f 100644 --- a/kubernetes/robot/resources/config/lighttpd/ssl/README.TXT +++ b/kubernetes/robot/resources/config/lighttpd/ssl/README.TXT @@ -5,7 +5,7 @@ You can replace them with your own if appropriate using this process or official # create key and csr openssl req -new -newkey rsa:2048 -nodes -keyout onap-robot.onap.key -out onap-robot.onap.csr -# sign csr +# sign csr # 10 year self signed certificate openssl x509 -req -days 3650 -in onap-robot.onap.csr -signkey onap-robot.onap.key -out onap-robot.onap.crt |