Or alternatively if you want to clone the repo, start the day-lasting dependency download and boot the server you may also use the following command chain. git clone ...
For the server: openssl req -new -key server.key -out server.csr For the client: openssl req -new -key client.key -out client.csr Sign CSRs with the CA Key: For the server: openssl x509 -req -in ...