From c02715c6e5b23caa7092a77f9627451f5efa2ea9 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Fri, 6 Dec 2024 08:33:21 +0100 Subject: [PATCH] refactor: linting of readme for certgen 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.