aboutsummaryrefslogtreecommitdiff
path: root/apps/ca.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-04 14:39:44 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-04 14:39:44 +0000
commitd6df2b281f4eb0524606e3313afe8caf45d7e342 (patch)
treeb058d58356eb8bf7eb69612a5f6e5e38968a99b5 /apps/ca.c
parent6fcf7354975b839ad8bf76e9427e721d8ed5f5cf (diff)
downloadopenssl-d6df2b281f4eb0524606e3313afe8caf45d7e342.zip
openssl-d6df2b281f4eb0524606e3313afe8caf45d7e342.tar.gz
openssl-d6df2b281f4eb0524606e3313afe8caf45d7e342.tar.bz2
Add documentation on the added functionality in 'openssl ca'.
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ca.c b/apps/ca.c
index ea84fac..34b1507 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -169,6 +169,7 @@ static char *ca_usage[]={
" -keyform arg - private key file format (PEM or ENGINE)\n",
" -key arg - key to decode the private key if it is encrypted\n",
" -cert file - The CA certificate\n",
+" -selfsign - sign a certificate with the key associated with it\n",
" -in file - The input PEM encoded certificate request(s)\n",
" -out file - Where to put the output file(s)\n",
" -outdir dir - Where to put output certificates\n",