Skip to content

Commit

Permalink
Merge pull request #722 from serokell/krendelhoff/chore-document-cert
Browse files Browse the repository at this point in the history
[Chore] Document how to issue certificate
  • Loading branch information
pasqu4le authored Sep 27, 2023
2 parents 9390638 + d266ac9 commit f163973
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!--
- SPDX-FileCopyrightText: 2023 Oxhead Alpha
- SPDX-License-Identifier: LicenseRef-MIT-OA
-->

# How to issue self-signed certificate

The following steps could be used to issue self-signed certificate for testing purposes:
``` sh
git clone https://github.com/OpenVPN/easy-rsa
cd easy-rsa/easyrsa3
./easyrsa --subject-alt-name="DNS:localhost" gen-req localhost nopass
```

For more information, please visit official [README.md](https://github.com/OpenVPN/easy-rsa/blob/master/README.quickstart.md).

0 comments on commit f163973

Please sign in to comment.