pkey: update command line tool examples in light of deprecations.
[openssl.git] / doc / man1 / openssl-x509.pod.in
1 =pod
2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
3
4 =head1 NAME
5
6 openssl-x509 - Certificate display and signing utility
7
8 =head1 SYNOPSIS
9
10 B<openssl> B<x509>
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>]
14 [B<-keyform> B<DER>|B<PEM>|B<ENGINE>]
15 [B<-CAform> B<DER>|B<PEM>]
16 [B<-CAkeyform> B<DER>|B<PEM>|B<ENGINE>]
17 [B<-in> I<filename>]
18 [B<-out> I<filename>]
19 [B<-serial>]
20 [B<-hash>]
21 [B<-subject_hash>]
22 [B<-subject_hash_old>]
23 [B<-issuer_hash>]
24 [B<-issuer_hash_old>]
25 [B<-ocspid>]
26 [B<-subject>]
27 [B<-issuer>]
28 [B<-email>]
29 [B<-ocsp_uri>]
30 [B<-startdate>]
31 [B<-enddate>]
32 [B<-purpose>]
33 [B<-dates>]
34 [B<-checkend> I<num>]
35 [B<-modulus>]
36 [B<-pubkey>]
37 [B<-fingerprint>]
38 [B<-alias>]
39 [B<-noout>]
40 [B<-trustout>]
41 [B<-clrtrust>]
42 [B<-clrreject>]
43 [B<-addtrust> I<arg>]
44 [B<-addreject> I<arg>]
45 [B<-setalias> I<arg>]
46 [B<-days> I<arg>]
47 [B<-set_serial> I<n>]
48 [B<-signkey> I<arg>]
49 [B<-badsig>]
50 [B<-passin> I<arg>]
51 [B<-x509toreq>]
52 [B<-req>]
53 [B<-CA> I<filename>]
54 [B<-CAkey> I<filename>]
55 [B<-CAcreateserial>]
56 [B<-CAserial> I<filename>]
57 [B<-new>]
58 [B<-next_serial>]
59 [B<-nocert>]
60 [B<-force_pubkey> I<filename>]
61 [B<-subj> I<arg>]
62 [B<-text>]
63 [B<-ext> I<extensions>]
64 [B<-certopt> I<option>]
65 [B<-checkhost> I<host>]
66 [B<-checkemail> I<host>]
67 [B<-checkip> I<ipaddr>]
68 [B<-C>]
69 [B<-I<digest>>]
70 [B<-clrext>]
71 [B<-extfile> I<filename>]
72 [B<-extensions> I<section>]
73 [B<-sigopt> I<nm>:I<v>]
74 [B<-preserve_dates>]
75 {- $OpenSSL::safe::opt_name_synopsis -}
76 {- $OpenSSL::safe::opt_r_synopsis -}
77 {- $OpenSSL::safe::opt_engine_synopsis -}
78
79 =for openssl ifdef engine subject_hash_old issuer_hash_old
80
81 =head1 DESCRIPTION
82
83 This command is a multi purpose certificate utility. It can
84 be used to display certificate information, convert certificates to
85 various forms, sign certificate requests like a "mini CA" or edit
86 certificate trust settings.
87
88 Since there are a large number of options they will split up into
89 various sections.
90
91 =head1 OPTIONS
92
93 =head2 Input, Output, and General Purpose Options
94
95 =over 4
96
97 =item B<-help>
98
99 Print out a usage message.
100
101 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>
102
103 The input and formats; the default is B<PEM>.
104 See L<openssl(1)/Format Options> for details.
105
106 The input is normally an X.509 certificate, but this can change if other
107 options such as B<-req> are used.
108
109 =item B<-in> I<filename>
110
111 This specifies the input filename to read a certificate from or standard input
112 if this option is not specified.
113
114 =item B<-out> I<filename>
115
116 This specifies the output filename to write to or standard output by
117 default.
118
119 =item B<-I<digest>>
120
121 The digest to use.
122 This affects any signing or display option that uses a message
123 digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options.
124 Any digest supported by the L<openssl-dgst(1)> command can be used.
125 If not specified then SHA1 is used with B<-fingerprint> or
126 the default digest for the signing algorithm is used, typically SHA256.
127
128 =item B<-preserve_dates>
129
130 When signing a certificate, preserve the "notBefore" and "notAfter" dates
131 instead of adjusting them to current time and duration.
132 Cannot be used with the B<-days> option.
133
134 {- $OpenSSL::safe::opt_r_synopsis -}
135
136 {- $OpenSSL::safe::opt_engine_item -}
137
138 =back
139
140 =head2 Display Options
141
142 Note: the B<-alias> and B<-purpose> options are also display options
143 but are described in the L</Trust Settings> section.
144
145 =over 4
146
147 =item B<-text>
148
149 Prints out the certificate in text form. Full details are output including the
150 public key, signature algorithms, issuer and subject names, serial number
151 any extensions present and any trust settings.
152
153 =item B<-ext> I<extensions>
154
155 Prints out the certificate extensions in text form. Extensions are specified
156 with a comma separated string, e.g., "subjectAltName,subjectKeyIdentifier".
157 See the L<x509v3_config(5)> manual page for the extension names.
158
159 =item B<-certopt> I<option>
160
161 Customise the output format used with B<-text>. The I<option> argument
162 can be a single option or multiple options separated by commas. The
163 B<-certopt> switch may be also be used more than once to set multiple
164 options. See the L</Text Options> section for more information.
165
166 =item B<-checkhost> I<host>
167
168 Check that the certificate matches the specified host.
169
170 =item B<-checkemail> I<email>
171
172 Check that the certificate matches the specified email address.
173
174 =item B<-checkip> I<ipaddr>
175
176 Check that the certificate matches the specified IP address.
177
178 =item B<-noout>
179
180 This option prevents output of the encoded version of the certificate.
181
182 =item B<-pubkey>
183
184 Outputs the certificate's SubjectPublicKeyInfo block in PEM format.
185
186 =item B<-modulus>
187
188 This option prints out the value of the modulus of the public key
189 contained in the certificate.
190
191 =item B<-serial>
192
193 Outputs the certificate serial number.
194
195 =item B<-subject_hash>
196
197 Outputs the "hash" of the certificate subject name. This is used in OpenSSL to
198 form an index to allow certificates in a directory to be looked up by subject
199 name.
200
201 =item B<-issuer_hash>
202
203 Outputs the "hash" of the certificate issuer name.
204
205 =item B<-ocspid>
206
207 Outputs the OCSP hash values for the subject name and public key.
208
209 =item B<-hash>
210
211 Synonym for "-subject_hash" for backward compatibility reasons.
212
213 =item B<-subject_hash_old>
214
215 Outputs the "hash" of the certificate subject name using the older algorithm
216 as used by OpenSSL before version 1.0.0.
217
218 =item B<-issuer_hash_old>
219
220 Outputs the "hash" of the certificate issuer name using the older algorithm
221 as used by OpenSSL before version 1.0.0.
222
223 =item B<-subject>
224
225 Outputs the subject name.
226
227 =item B<-issuer>
228
229 Outputs the issuer name.
230
231 {- $OpenSSL::safe::opt_name_item -}
232
233 =item B<-email>
234
235 Outputs the email address(es) if any.
236
237 =item B<-ocsp_uri>
238
239 Outputs the OCSP responder address(es) if any.
240
241 =item B<-startdate>
242
243 Prints out the start date of the certificate, that is the notBefore date.
244
245 =item B<-enddate>
246
247 Prints out the expiry date of the certificate, that is the notAfter date.
248
249 =item B<-dates>
250
251 Prints out the start and expiry dates of a certificate.
252
253 =item B<-checkend> I<arg>
254
255 Checks if the certificate expires within the next I<arg> seconds and exits
256 nonzero if yes it will expire or zero if not.
257
258 =item B<-fingerprint>
259
260 Calculates and outputs the digest of the DER encoded version of the entire
261 certificate (see digest options).
262 This is commonly called a "fingerprint". Because of the nature of message
263 digests, the fingerprint of a certificate is unique to that certificate and
264 two certificates with the same fingerprint can be considered to be the same.
265
266 =item B<-C>
267
268 This outputs the certificate in the form of a C source file.
269
270 =back
271
272 =head2 Trust Settings
273
274 A B<trusted certificate> is an ordinary certificate which has several
275 additional pieces of information attached to it such as the permitted
276 and prohibited uses of the certificate and an "alias".
277
278 Normally when a certificate is being verified at least one certificate
279 must be "trusted". By default a trusted certificate must be stored
280 locally and must be a root CA: any certificate chain ending in this CA
281 is then usable for any purpose.
282
283 Trust settings currently are only used with a root CA. They allow a finer
284 control over the purposes the root CA can be used for. For example a CA
285 may be trusted for SSL client but not SSL server use.
286
287 See the description in L<openssl-verify(1)> for more information
288 on the meaning of trust settings.
289
290 Future versions of OpenSSL will recognize trust settings on any
291 certificate: not just root CAs.
292
293
294 =over 4
295
296 =item B<-trustout>
297
298 Output a B<trusted> certificate rather than an ordinary. An ordinary
299 or trusted certificate can be input but by default an ordinary
300 certificate is output and any trust settings are discarded. With the
301 B<-trustout> option a trusted certificate is output. A trusted
302 certificate is automatically output if any trust settings are modified.
303
304 =item B<-setalias> I<arg>
305
306 Sets the alias of the certificate. This will allow the certificate
307 to be referred to using a nickname for example "Steve's Certificate".
308
309 =item B<-alias>
310
311 Outputs the certificate alias, if any.
312
313 =item B<-clrtrust>
314
315 Clears all the permitted or trusted uses of the certificate.
316
317 =item B<-clrreject>
318
319 Clears all the prohibited or rejected uses of the certificate.
320
321 =item B<-addtrust> I<arg>
322
323 Adds a trusted certificate use.
324 Any object name can be used here but currently only B<clientAuth> (SSL client
325 use), B<serverAuth> (SSL server use), B<emailProtection> (S/MIME email) and
326 B<anyExtendedKeyUsage> are used.
327 As of OpenSSL 1.1.0, the last of these blocks all purposes when rejected or
328 enables all purposes when trusted.
329 Other OpenSSL applications may define additional uses.
330
331 =item B<-addreject> I<arg>
332
333 Adds a prohibited use. It accepts the same values as the B<-addtrust>
334 option.
335
336 =item B<-purpose>
337
338 This option performs tests on the certificate extensions and outputs
339 the results. For a more complete description see the
340 L</CERTIFICATE EXTENSIONS> section.
341
342 =back
343
344 =head2 Signing Options
345
346 This command can be used to sign certificates and requests: it
347 can thus behave like a "mini CA".
348
349 =over 4
350
351 =item B<-signkey> I<arg>
352
353 This option causes the input file to be self signed using the supplied
354 private key or engine. The private key's format is specified with the
355 B<-keyform> option.
356
357 It sets the issuer name to the subject name (i.e., makes it self-issued)
358 and changes the public key to the supplied value (unless overridden by
359 B<-force_pubkey>). It sets the validity start date to the current time
360 and the end date to a value determined by the B<-days> option.
361 It retains any certificate extensions unless the B<-clrext> option is supplied;
362 this includes, for example, any existing key identifier extensions.
363
364 =item B<-badsig>
365
366 Corrupt the signature before writing it; this can be useful
367 for testing.
368
369 =item B<-sigopt> I<nm>:I<v>
370
371 Pass options to the signature algorithm during sign or verify operations.
372 Names and values of these options are algorithm-specific.
373
374 =item B<-passin> I<arg>
375
376 The key password source. For more information about the format of I<arg>
377 see L<openssl(1)/Pass Phrase Options>.
378
379 =item B<-clrext>
380
381 Delete any extensions from a certificate. This option is used when a
382 certificate is being created from another certificate (for example with
383 the B<-signkey> or the B<-CA> options). Normally all extensions are
384 retained.
385
386 =item B<-keyform> B<DER>|B<PEM>
387
388 The key format; the default is B<PEM>.
389 See L<openssl(1)/Format Options> for details.
390
391 =item B<-CAform> B<DER>|B<PEM>, B<-CAkeyform> B<DER>|B<PEM>
392
393 The format for the CA certificate and key; the default is B<PEM>.
394 See L<openssl(1)/Format Options> for details.
395
396 =item B<-days> I<arg>
397
398 Specifies the number of days to make a certificate valid for. The default
399 is 30 days. Cannot be used with the B<-preserve_dates> option.
400
401 =item B<-x509toreq>
402
403 Converts a certificate into a certificate request. The B<-signkey> option
404 is used to pass the required private key.
405
406 =item B<-req>
407
408 By default a certificate is expected on input. With this option a
409 certificate request is expected instead.
410
411 =item B<-set_serial> I<n>
412
413 Specifies the serial number to use. This option can be used with either
414 the B<-signkey> or B<-CA> options. If used in conjunction with the B<-CA>
415 option the serial number file (as specified by the B<-CAserial> or
416 B<-CAcreateserial> options) is not used.
417
418 The serial number can be decimal or hex (if preceded by C<0x>).
419
420 =item B<-CA> I<filename>
421
422 Specifies the CA certificate to be used for signing. When this option is
423 present, this command behaves like a "mini CA". The input file is signed by
424 this CA using this option: that is its issuer name is set to the subject name
425 of the CA and it is digitally signed using the CAs private key.
426
427 This option is normally combined with the B<-req> option. Without the
428 B<-req> option the input is a certificate which must be self signed.
429
430 =item B<-CAkey> I<filename>
431
432 Sets the CA private key to sign a certificate with. If this option is
433 not specified then it is assumed that the CA private key is present in
434 the CA certificate file.
435
436 =item B<-CAserial> I<filename>
437
438 Sets the CA serial number file to use.
439
440 When the B<-CA> option is used to sign a certificate it uses a serial
441 number specified in a file. This file consists of one line containing
442 an even number of hex digits with the serial number to use. After each
443 use the serial number is incremented and written out to the file again.
444
445 The default filename consists of the CA certificate file base name with
446 F<.srl> appended. For example if the CA certificate file is called
447 F<mycacert.pem> it expects to find a serial number file called
448 F<mycacert.srl>.
449
450 =item B<-CAcreateserial>
451
452 With this option the CA serial number file is created if it does not exist:
453 it will contain the serial number "02" and the certificate being signed will
454 have the 1 as its serial number. If the B<-CA> option is specified
455 and the serial number file does not exist a random number is generated;
456 this is the recommended practice.
457
458 =item B<-extfile> I<filename>
459
460 File containing certificate extensions to use. If not specified then
461 no extensions are added to the certificate.
462
463 =item B<-extensions> I<section>
464
465 The section to add certificate extensions from. If this option is not
466 specified then the extensions should either be contained in the unnamed
467 (default) section or the default section should contain a variable called
468 "extensions" which contains the section to use. See the
469 L<x509v3_config(5)> manual page for details of the
470 extension section format.
471
472 =item B<-new>
473
474 Generate a certificate from scratch, not using an input certificate
475 or certificate request. So the B<-in> option must not be used in this case.
476 Instead, the B<-subj> and <-force_pubkey> options need to be given.
477
478 =item B<-next_serial>
479
480 Set the serial to be one more than the number in the certificate.
481
482 =item B<-nocert>
483
484 Do not generate or output a certificate.
485
486 =item B<-force_pubkey> I<filename>
487
488 When a certificate is created set its public key to the key in I<filename>
489 instead of the key contained in the input or given with the B<-signkey> option.
490
491 This option is useful for creating self-issued certificates that are not
492 self-signed, for instance when the key cannot be used for signing, such as DH.
493 It can also be used in conjunction with b<-new> and B<-subj> to directly
494 generate a certificate containing any desired public key.
495
496 The format of the key file can be specified using the B<-keyform> option.
497
498 =item B<-subj> I<arg>
499
500 When a certificate is created set its subject name to the given value.
501 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
502 Keyword characters may be escaped by \ (backslash), and whitespace is retained.
503 Empty values are permitted, but the corresponding type will not be included
504 in the certificate. Giving a single C</> will lead to an empty sequence of RDNs
505 (a NULL subject DN).
506
507 Unless the B<-CA> option is given the issuer is set to the same value.
508
509 This option can be used in conjunction with the B<-force_pubkey> option
510 to create a certificate even without providing an input certificate
511 or certificate request.
512
513 =back
514
515 =head2 Text Options
516
517 As well as customising the name output format, it is also possible to
518 customise the actual fields printed using the B<certopt> options when
519 the B<text> option is present. The default behaviour is to print all fields.
520
521 =over 4
522
523 =item B<compatible>
524
525 Use the old format. This is equivalent to specifying no output options at all.
526
527 =item B<no_header>
528
529 Don't print header information: that is the lines saying "Certificate"
530 and "Data".
531
532 =item B<no_version>
533
534 Don't print out the version number.
535
536 =item B<no_serial>
537
538 Don't print out the serial number.
539
540 =item B<no_signame>
541
542 Don't print out the signature algorithm used.
543
544 =item B<no_validity>
545
546 Don't print the validity, that is the B<notBefore> and B<notAfter> fields.
547
548 =item B<no_subject>
549
550 Don't print out the subject name.
551
552 =item B<no_issuer>
553
554 Don't print out the issuer name.
555
556 =item B<no_pubkey>
557
558 Don't print out the public key.
559
560 =item B<no_sigdump>
561
562 Don't give a hexadecimal dump of the certificate signature.
563
564 =item B<no_aux>
565
566 Don't print out certificate trust information.
567
568 =item B<no_extensions>
569
570 Don't print out any X509V3 extensions.
571
572 =item B<ext_default>
573
574 Retain default extension behaviour: attempt to print out unsupported
575 certificate extensions.
576
577 =item B<ext_error>
578
579 Print an error message for unsupported certificate extensions.
580
581 =item B<ext_parse>
582
583 ASN1 parse unsupported extensions.
584
585 =item B<ext_dump>
586
587 Hex dump unsupported extensions.
588
589 =item B<ca_default>
590
591 The value used by L<openssl-ca(1)>, equivalent to B<no_issuer>, B<no_pubkey>,
592 B<no_header>, and B<no_version>.
593
594 =back
595
596 =head1 EXAMPLES
597
598 Note: in these examples the '\' means the example should be all on one
599 line.
600
601 Display the contents of a certificate:
602
603  openssl x509 -in cert.pem -noout -text
604
605 Display the "Subject Alternative Name" extension of a certificate:
606
607  openssl x509 -in cert.pem -noout -ext subjectAltName
608
609 Display more extensions of a certificate:
610
611  openssl x509 -in cert.pem -noout -ext subjectAltName,nsCertType
612
613 Display the certificate serial number:
614
615  openssl x509 -in cert.pem -noout -serial
616
617 Display the certificate subject name:
618
619  openssl x509 -in cert.pem -noout -subject
620
621 Display the certificate subject name in RFC2253 form:
622
623  openssl x509 -in cert.pem -noout -subject -nameopt RFC2253
624
625 Display the certificate subject name in oneline form on a terminal
626 supporting UTF8:
627
628  openssl x509 -in cert.pem -noout -subject -nameopt oneline,-esc_msb
629
630 Display the certificate SHA1 fingerprint:
631
632  openssl x509 -sha1 -in cert.pem -noout -fingerprint
633
634 Convert a certificate from PEM to DER format:
635
636  openssl x509 -in cert.pem -inform PEM -out cert.der -outform DER
637
638 Convert a certificate to a certificate request:
639
640  openssl x509 -x509toreq -in cert.pem -out req.pem -signkey key.pem
641
642 Convert a certificate request into a self signed certificate using
643 extensions for a CA:
644
645  openssl x509 -req -in careq.pem -extfile openssl.cnf -extensions v3_ca \
646         -signkey key.pem -out cacert.pem
647
648 Sign a certificate request using the CA certificate above and add user
649 certificate extensions:
650
651  openssl x509 -req -in req.pem -extfile openssl.cnf -extensions v3_usr \
652         -CA cacert.pem -CAkey key.pem -CAcreateserial
653
654
655 Set a certificate to be trusted for SSL client use and change set its alias to
656 "Steve's Class 1 CA"
657
658  openssl x509 -in cert.pem -addtrust clientAuth \
659         -setalias "Steve's Class 1 CA" -out trust.pem
660
661 =head1 NOTES
662
663 The conversion to UTF8 format used with the name options assumes that
664 T61Strings use the ISO8859-1 character set. This is wrong but Netscape
665 and MSIE do this as do many certificates. So although this is incorrect
666 it is more likely to display the majority of certificates correctly.
667
668 The B<-email> option searches the subject name and the subject alternative
669 name extension. Only unique email addresses will be printed out: it will
670 not print the same address more than once.
671
672 =head1 CERTIFICATE EXTENSIONS
673
674 The B<-purpose> option checks the certificate extensions and determines
675 what the certificate can be used for. The actual checks done are rather
676 complex and include various hacks and workarounds to handle broken
677 certificates and software.
678
679 The same code is used when verifying untrusted certificates in chains
680 so this section is useful if a chain is rejected by the verify code.
681
682 The basicConstraints extension CA flag is used to determine whether the
683 certificate can be used as a CA. If the CA flag is true then it is a CA,
684 if the CA flag is false then it is not a CA. B<All> CAs should have the
685 CA flag set to true.
686
687 If the basicConstraints extension is absent then the certificate is
688 considered to be a "possible CA" other extensions are checked according
689 to the intended use of the certificate. A warning is given in this case
690 because the certificate should really not be regarded as a CA: however
691 it is allowed to be a CA to work around some broken software.
692
693 If the certificate is a V1 certificate (and thus has no extensions) and
694 it is self signed it is also assumed to be a CA but a warning is again
695 given: this is to work around the problem of Verisign roots which are V1
696 self signed certificates.
697
698 If the keyUsage extension is present then additional restraints are
699 made on the uses of the certificate. A CA certificate B<must> have the
700 keyCertSign bit set if the keyUsage extension is present.
701
702 The extended key usage extension places additional restrictions on the
703 certificate uses. If this extension is present (whether critical or not)
704 the key can only be used for the purposes specified.
705
706 A complete description of each test is given below. The comments about
707 basicConstraints and keyUsage and V1 certificates above apply to B<all>
708 CA certificates.
709
710
711 =over 4
712
713 =item B<SSL Client>
714
715 The extended key usage extension must be absent or include the "web client
716 authentication" OID.  keyUsage must be absent or it must have the
717 digitalSignature bit set. Netscape certificate type must be absent or it must
718 have the SSL client bit set.
719
720 =item B<SSL Client CA>
721
722 The extended key usage extension must be absent or include the "web client
723 authentication" OID. Netscape certificate type must be absent or it must have
724 the SSL CA bit set: this is used as a work around if the basicConstraints
725 extension is absent.
726
727 =item B<SSL Server>
728
729 The extended key usage extension must be absent or include the "web server
730 authentication" and/or one of the SGC OIDs.  keyUsage must be absent or it
731 must have the digitalSignature, the keyEncipherment set or both bits set.
732 Netscape certificate type must be absent or have the SSL server bit set.
733
734 =item B<SSL Server CA>
735
736 The extended key usage extension must be absent or include the "web server
737 authentication" and/or one of the SGC OIDs.  Netscape certificate type must
738 be absent or the SSL CA bit must be set: this is used as a work around if the
739 basicConstraints extension is absent.
740
741 =item B<Netscape SSL Server>
742
743 For Netscape SSL clients to connect to an SSL server it must have the
744 keyEncipherment bit set if the keyUsage extension is present. This isn't
745 always valid because some cipher suites use the key for digital signing.
746 Otherwise it is the same as a normal SSL server.
747
748 =item B<Common S/MIME Client Tests>
749
750 The extended key usage extension must be absent or include the "email
751 protection" OID. Netscape certificate type must be absent or should have the
752 S/MIME bit set. If the S/MIME bit is not set in Netscape certificate type
753 then the SSL client bit is tolerated as an alternative but a warning is shown:
754 this is because some Verisign certificates don't set the S/MIME bit.
755
756 =item B<S/MIME Signing>
757
758 In addition to the common S/MIME client tests the digitalSignature bit or
759 the nonRepudiation bit must be set if the keyUsage extension is present.
760
761 =item B<S/MIME Encryption>
762
763 In addition to the common S/MIME tests the keyEncipherment bit must be set
764 if the keyUsage extension is present.
765
766 =item B<S/MIME CA>
767
768 The extended key usage extension must be absent or include the "email
769 protection" OID. Netscape certificate type must be absent or must have the
770 S/MIME CA bit set: this is used as a work around if the basicConstraints
771 extension is absent.
772
773 =item B<CRL Signing>
774
775 The keyUsage extension must be absent or it must have the CRL signing bit
776 set.
777
778 =item B<CRL Signing CA>
779
780 The normal CA tests apply. Except in this case the basicConstraints extension
781 must be present.
782
783 =back
784
785 =head1 BUGS
786
787 Extensions in certificates are not transferred to certificate requests and
788 vice versa.
789
790 It is possible to produce invalid certificates or requests by specifying the
791 wrong private key or using inconsistent options in some cases: these should
792 be checked.
793
794 There should be options to explicitly set such things as start and end
795 dates rather than an offset from the current time.
796
797 =head1 SEE ALSO
798
799 L<openssl(1)>,
800 L<openssl-req(1)>,
801 L<openssl-ca(1)>,
802 L<openssl-genrsa(1)>,
803 L<openssl-gendsa(1)>,
804 L<openssl-verify(1)>,
805 L<x509v3_config(5)>
806
807 =head1 HISTORY
808
809 The hash algorithm used in the B<-subject_hash> and B<-issuer_hash> options
810 before OpenSSL 1.0.0 was based on the deprecated MD5 algorithm and the encoding
811 of the distinguished name. In OpenSSL 1.0.0 and later it is based on a canonical
812 version of the DN using SHA1. This means that any directories using the old
813 form must have their links rebuilt using L<openssl-rehash(1)> or similar.
814
815 =head1 COPYRIGHT
816
817 Copyright 2000-2019 The OpenSSL Project Authors. All Rights Reserved.
818
819 Licensed under the Apache License 2.0 (the "License").  You may not use
820 this file except in compliance with the License.  You can obtain a copy
821 in the file LICENSE in the source distribution or at
822 L<https://www.openssl.org/source/license.html>.
823
824 =cut