diff options
author | jmc <> | 2016-09-19 12:57:45 +0000 |
---|---|---|
committer | jmc <> | 2016-09-19 12:57:45 +0000 |
commit | 4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1 (patch) | |
tree | 56fe4af1cca8917c839cd38caf654385b228e8aa /src | |
parent | 9a3e14d8a3707ae4c966138df77487a25a64559c (diff) | |
download | openbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.tar.gz openbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.tar.bz2 openbsd-4d329ef68ffc2c4341e5dd2d8d241e87c17d4ca1.zip |
put the spkac section in the right place;
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index b23c64a0a0..bd6c255f70 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.76 2016/09/19 12:55:04 jmc Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.77 2016/09/19 12:57:45 jmc Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -4579,6 +4579,65 @@ Run | |||
4579 | .Ar number | 4579 | .Ar number |
4580 | benchmarks in parallel. | 4580 | benchmarks in parallel. |
4581 | .El | 4581 | .El |
4582 | .Sh SPKAC | ||
4583 | .nr nS 1 | ||
4584 | .Nm "openssl spkac" | ||
4585 | .Op Fl challenge Ar string | ||
4586 | .Op Fl in Ar file | ||
4587 | .Op Fl key Ar keyfile | ||
4588 | .Op Fl noout | ||
4589 | .Op Fl out Ar file | ||
4590 | .Op Fl passin Ar arg | ||
4591 | .Op Fl pubkey | ||
4592 | .Op Fl spkac Ar spkacname | ||
4593 | .Op Fl spksect Ar section | ||
4594 | .Op Fl verify | ||
4595 | .nr nS 0 | ||
4596 | .Pp | ||
4597 | The | ||
4598 | .Nm spkac | ||
4599 | command processes signed public key and challenge (SPKAC) files. | ||
4600 | It can print out their contents, verify the signature, | ||
4601 | and produce its own SPKACs from a supplied private key. | ||
4602 | .Pp | ||
4603 | The options are as follows: | ||
4604 | .Bl -tag -width Ds | ||
4605 | .It Fl challenge Ar string | ||
4606 | The challenge string, if an SPKAC is being created. | ||
4607 | .It Fl in Ar file | ||
4608 | The input file to read from, | ||
4609 | or standard input if not specified. | ||
4610 | Ignored if the | ||
4611 | .Fl key | ||
4612 | option is used. | ||
4613 | .It Fl key Ar keyfile | ||
4614 | Create an SPKAC file using the private key in | ||
4615 | .Ar keyfile . | ||
4616 | The | ||
4617 | .Fl in , noout , spksect , | ||
4618 | and | ||
4619 | .Fl verify | ||
4620 | options are ignored, if present. | ||
4621 | .It Fl noout | ||
4622 | Do not output the text version of the SPKAC. | ||
4623 | .It Fl out Ar file | ||
4624 | The output file to write to, | ||
4625 | or standard output if not specified. | ||
4626 | .It Fl passin Ar arg | ||
4627 | The key password source. | ||
4628 | .It Fl pubkey | ||
4629 | Output the public key of an SPKAC. | ||
4630 | .It Fl spkac Ar spkacname | ||
4631 | An alternative name for the variable containing the SPKAC. | ||
4632 | The default is "SPKAC". | ||
4633 | This option affects both generated and input SPKAC files. | ||
4634 | .It Fl spksect Ar section | ||
4635 | An alternative name for the | ||
4636 | .Ar section | ||
4637 | containing the SPKAC. | ||
4638 | .It Fl verify | ||
4639 | Verify the digital signature on the supplied SPKAC. | ||
4640 | .El | ||
4582 | .Sh TS | 4641 | .Sh TS |
4583 | .nr nS 1 | 4642 | .nr nS 1 |
4584 | .Nm "openssl ts" | 4643 | .Nm "openssl ts" |
@@ -4945,65 +5004,6 @@ If this variable is set to no, | |||
4945 | only the signing certificate identifier is included. | 5004 | only the signing certificate identifier is included. |
4946 | The default is no. | 5005 | The default is no. |
4947 | .El | 5006 | .El |
4948 | .Sh SPKAC | ||
4949 | .nr nS 1 | ||
4950 | .Nm "openssl spkac" | ||
4951 | .Op Fl challenge Ar string | ||
4952 | .Op Fl in Ar file | ||
4953 | .Op Fl key Ar keyfile | ||
4954 | .Op Fl noout | ||
4955 | .Op Fl out Ar file | ||
4956 | .Op Fl passin Ar arg | ||
4957 | .Op Fl pubkey | ||
4958 | .Op Fl spkac Ar spkacname | ||
4959 | .Op Fl spksect Ar section | ||
4960 | .Op Fl verify | ||
4961 | .nr nS 0 | ||
4962 | .Pp | ||
4963 | The | ||
4964 | .Nm spkac | ||
4965 | command processes signed public key and challenge (SPKAC) files. | ||
4966 | It can print out their contents, verify the signature, | ||
4967 | and produce its own SPKACs from a supplied private key. | ||
4968 | .Pp | ||
4969 | The options are as follows: | ||
4970 | .Bl -tag -width Ds | ||
4971 | .It Fl challenge Ar string | ||
4972 | The challenge string, if an SPKAC is being created. | ||
4973 | .It Fl in Ar file | ||
4974 | The input file to read from, | ||
4975 | or standard input if not specified. | ||
4976 | Ignored if the | ||
4977 | .Fl key | ||
4978 | option is used. | ||
4979 | .It Fl key Ar keyfile | ||
4980 | Create an SPKAC file using the private key in | ||
4981 | .Ar keyfile . | ||
4982 | The | ||
4983 | .Fl in , noout , spksect , | ||
4984 | and | ||
4985 | .Fl verify | ||
4986 | options are ignored, if present. | ||
4987 | .It Fl noout | ||
4988 | Do not output the text version of the SPKAC. | ||
4989 | .It Fl out Ar file | ||
4990 | The output file to write to, | ||
4991 | or standard output if not specified. | ||
4992 | .It Fl passin Ar arg | ||
4993 | The key password source. | ||
4994 | .It Fl pubkey | ||
4995 | Output the public key of an SPKAC. | ||
4996 | .It Fl spkac Ar spkacname | ||
4997 | An alternative name for the variable containing the SPKAC. | ||
4998 | The default is "SPKAC". | ||
4999 | This option affects both generated and input SPKAC files. | ||
5000 | .It Fl spksect Ar section | ||
5001 | An alternative name for the | ||
5002 | .Ar section | ||
5003 | containing the SPKAC. | ||
5004 | .It Fl verify | ||
5005 | Verify the digital signature on the supplied SPKAC. | ||
5006 | .El | ||
5007 | .Sh VERIFY | 5007 | .Sh VERIFY |
5008 | .nr nS 1 | 5008 | .nr nS 1 |
5009 | .Nm "openssl verify" | 5009 | .Nm "openssl verify" |