mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-21 13:23:07 +01:00
chore: updates to Ed25519
This commit is contained in:
2
Makefile
2
Makefile
@@ -43,7 +43,7 @@ int:
|
|||||||
docker compose up --build --force-recreate --exit-code-from playwright
|
docker compose up --build --force-recreate --exit-code-from playwright
|
||||||
|
|
||||||
shared_key.pem:
|
shared_key.pem:
|
||||||
@openssl genpkey -algorithm RSA -out shared_key.pem -pkeyopt rsa_keygen_bits:2048
|
@openssl genpkey -algorithm Ed25519 -out shared_key.pem
|
||||||
|
|
||||||
shared_cert.pem: shared_key.pem
|
shared_cert.pem: shared_key.pem
|
||||||
@openssl req -new -key shared_key.pem -out shared_request.csr -subj "/C=US/ST=California/L=San Francisco/O=Dozzle"
|
@openssl req -new -key shared_key.pem -out shared_request.csr -subj "/C=US/ST=California/L=San Francisco/O=Dozzle"
|
||||||
|
|||||||
Reference in New Issue
Block a user