Skip to content

Commit

Permalink
fix password too small error dragonflyoss#1525
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Yin <[email protected]>
  • Loading branch information
ydcool committed Dec 31, 2020
1 parent 011e011 commit 7ae0a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ release: ## Build a release
.PHONY: release

df.key:
openssl genrsa -des3 -passout pass:x -out df.pass.key 2048
openssl rsa -passin pass:x -in df.pass.key -out df.key
openssl genrsa -des3 -passout pass:xxxx -out df.pass.key 2048
openssl rsa -passin pass:xxxx -in df.pass.key -out df.key
rm df.pass.key

df.crt: df.key
Expand Down

0 comments on commit 7ae0a94

Please sign in to comment.