[COMMON] Add and run pre-commit linters via tox
[oom.git] / kubernetes / robot / resources / config / lighttpd / ssl / README.TXT
index 4a56cb5..fe43e0c 100644 (file)
@@ -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