mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
Update family.md
This commit is contained in:
parent
83c0a8b047
commit
3afb1922bb
@ -8,11 +8,11 @@ New family
|
|||||||
-----------
|
-----------
|
||||||
You must create family self-signed certificate and key.
|
You must create family self-signed certificate and key.
|
||||||
The only key type supposted is prime256v1.
|
The only key type supposted is prime256v1.
|
||||||
Use the following list of commands:
|
Use the following list of commands:
|
||||||
openssl ecparam -name prime256v1 -genkey -out <your family name>.key
|
openssl ecparam -name prime256v1 -genkey -out <your family name>.key
|
||||||
openssl req -new -key <your family name>.key -out <your family name>.csr
|
openssl req -new -key <your family name>.key -out <your family name>.csr
|
||||||
touch v3.ext
|
touch v3.ext
|
||||||
openssl x509 -req -days 3650 -in <your family name>.csr -signkey <your family name>.key -out <your family name>.crt -extfile v3.ext
|
openssl x509 -req -days 3650 -in <your family name>.csr -signkey <your family name>.key -out <your family name>.crt -extfile v3.ext
|
||||||
|
|
||||||
specify <your family name>.family.i2p.net for CN.
|
specify <your family name>.family.i2p.net for CN.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user