Skip to content

Commit

Permalink
docs: add certificate section
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Nov 4, 2024
1 parent 91ceb1d commit 9ab596b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,25 @@ if [ -f "${NVM_DIR}/nvm.sh" ]; then
fi
----

==== Certificates

===== New Certificate

[source,shell]
----
$ cd hp
$ node --run cert:ca:create
$ node --run cert:create
----

===== Existing Certificate

[source,shell]
----
$ cd hp
$ node --run cert:copy
----

==== jq

===== Linux
Expand Down

0 comments on commit 9ab596b

Please sign in to comment.