From 21eb7c8b3dc8df66a893d92b2dbb5d0f46b23076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= <47734341+GoetzGoerisch@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:42:28 +0100 Subject: [PATCH] refactor: linting of readme for certgen (#1375) Signed-off-by: Goetz Goerisch --- tools/certGen/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/certGen/README.md b/tools/certGen/README.md index 90fbd1f5..b1febc54 100644 --- a/tools/certGen/README.md +++ b/tools/certGen/README.md @@ -4,6 +4,12 @@ This is a basic self sign certificate generator for an OPC UA Server. ## Usage -Create a Python virtual enviroment using `python -m venv venv` and activate it with `source venv/bin/activate` . Install the required packages `pip install -r requirements.txt`. -Make a copy of `settings.template.json` and name it `.json` (`` is the name of your enviroment). Adapt your hostname(s) and IP adresses. -Call `python createCertificate.py `. All certificates are stored created in a folder named ``. Copy `server_key.der` and `server_cert.der` in the directory of the server executable. +- Create a Python virtual enviroment using `python -m venv venv` and activate it with `source venv/bin/activate`. + +- Install the required packages `pip install -r requirements.txt`. + +- Make a copy of `settings.template.json` and name it `.json` (`` is the name of your enviroment). Adapt your hostname(s) and IP adresses. + +- Call `python createCertificate.py `. + +- All certificates are stored created in a folder named ``. Copy `server_key.der` and `server_cert.der` in the directory of the server executable.