diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:13:19 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-02 15:13:19 +0000 |
commit | a7d3f432cb3de064cf2f0bfa020e4723385babb3 (patch) | |
tree | adf50dc485a99c2b8d6ab927ef60da811b02ea3d /regress/lib/libssl | |
parent | 080fdc227fb8db259892d3e380f8459784387379 (diff) |
Generate? Or maybe Degenerate? Definitely not Denerate.
Diffstat (limited to 'regress/lib/libssl')
-rw-r--r-- | regress/lib/libssl/testrsa.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/testrsa.sh b/regress/lib/libssl/testrsa.sh index a28e0d1aa2a..17c6abf7ce5 100644 --- a/regress/lib/libssl/testrsa.sh +++ b/regress/lib/libssl/testrsa.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: testrsa.sh,v 1.5 2002/01/02 15:12:14 art Exp $ +# $OpenBSD: testrsa.sh,v 1.6 2002/01/02 15:13:18 art Exp $ #Test RSA certificate generation of openssl @@ -13,7 +13,7 @@ if [ $? != 0 ]; then fi -# Denerate an RSA certificate +# Generate an RSA certificate openssl req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem if [ $? != 0 ]; then exit 1; |