Skip to content

Commit afbb44e

Browse files
authored
fix: remove erroneous backtick (#383)
1 parent 93424d5 commit afbb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rsa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ openssl x509 -req -sha256 -days 358000 -in certificate_rsa_pkcs1.csr -signkey pr
1414
### RSA PKCS8
1515

1616
```
17-
openssl genpkey -algorithm RSA -out private_rsa_pkcs8.pem -pkeyopt rsa_keygen_bits:2048`
17+
openssl genpkey -algorithm RSA -out private_rsa_pkcs8.pem -pkeyopt rsa_keygen_bits:2048
1818
openssl rsa -pubout -in private_rsa_pkcs8.pem -out public_rsa_pkcs.pem
1919
openssl req -new -key private_rsa_pkcs8.key -out certificate_rsa_pkcs8.csr
2020
openssl x509 -req -sha256 -days 358000 -in certificate_rsa_pkcs8.csr -signkey private_rsa_pkcs8.key -out certificate_rsa_pkcs8.crt

0 commit comments

Comments
 (0)