Skip to content

Commit bbb14bc

Browse files
authored
sha256
1 parent 569f65d commit bbb14bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ And Adjust your browser's proxy settings to what is exactly given to `-l` option
130130
```
131131
openssl genrsa 2048 > testca.rsa.key.pem
132132
openssl req -new -key testca.rsa.key.pem -out testca.rsa.csr.pem
133-
openssl x509 -req -in testca.rsa.csr.pem -signkey testca.rsa.key.pem -days 3650 -extfile x509.ini -extensions CA -out testca.rsa.crt.pem
133+
openssl x509 -req -in testca.rsa.csr.pem -signkey testca.rsa.key.pem -days 3650 -sha256 -extfile x509.ini -extensions CA -out testca.rsa.crt.pem
134134
```
135135

136136
x509.ini:

0 commit comments

Comments
 (0)