Add -dane_ee_no_namechecks s_client(1) option
[openssl.git] / doc / apps / ca.pod
1 =pod
2
3 =head1 NAME
4
5 ca - sample minimal CA application
6
7 =head1 SYNOPSIS
8
9 B<openssl> B<ca>
10 [B<-help>]
11 [B<-verbose>]
12 [B<-config filename>]
13 [B<-name section>]
14 [B<-gencrl>]
15 [B<-revoke file>]
16 [B<-valid file>]
17 [B<-status serial>]
18 [B<-updatedb>]
19 [B<-crl_reason reason>]
20 [B<-crl_hold instruction>]
21 [B<-crl_compromise time>]
22 [B<-crl_CA_compromise time>]
23 [B<-crldays days>]
24 [B<-crlhours hours>]
25 [B<-crlexts section>]
26 [B<-startdate date>]
27 [B<-enddate date>]
28 [B<-days arg>]
29 [B<-md arg>]
30 [B<-policy arg>]
31 [B<-keyfile arg>]
32 [B<-keyform PEM|DER>]
33 [B<-key arg>]
34 [B<-passin arg>]
35 [B<-cert file>]
36 [B<-selfsign>]
37 [B<-in file>]
38 [B<-out file>]
39 [B<-notext>]
40 [B<-outdir dir>]
41 [B<-infiles>]
42 [B<-spkac file>]
43 [B<-ss_cert file>]
44 [B<-preserveDN>]
45 [B<-noemailDN>]
46 [B<-batch>]
47 [B<-msie_hack>]
48 [B<-extensions section>]
49 [B<-extfile section>]
50 [B<-engine id>]
51 [B<-subj arg>]
52 [B<-utf8>]
53 [B<-create_serial>]
54 [B<-multivalue-rdn>]
55
56 =head1 DESCRIPTION
57
58 The B<ca> command is a minimal CA application. It can be used
59 to sign certificate requests in a variety of forms and generate
60 CRLs it also maintains a text database of issued certificates
61 and their status.
62
63 The options descriptions will be divided into each purpose.
64
65 =head1 COMMAND OPTIONS
66
67 =over 4
68
69 =item B<-help>
70
71 Print out a usage message.
72
73 =item B<-verbose>
74
75 this prints extra details about the operations being performed.
76
77 =item B<-config filename>
78
79 specifies the configuration file to use.
80
81 =item B<-name section>
82
83 specifies the configuration file section to use (overrides
84 B<default_ca> in the B<ca> section).
85
86 =item B<-in filename>
87
88 an input filename containing a single certificate request to be
89 signed by the CA.
90
91 =item B<-ss_cert filename>
92
93 a single self-signed certificate to be signed by the CA.
94
95 =item B<-spkac filename>
96
97 a file containing a single Netscape signed public key and challenge
98 and additional field values to be signed by the CA. See the B<SPKAC FORMAT>
99 section for information on the required input and output format.
100
101 =item B<-infiles>
102
103 if present this should be the last option, all subsequent arguments
104 are taken as the names of files containing certificate requests.
105
106 =item B<-out filename>
107
108 the output file to output certificates to. The default is standard
109 output. The certificate details will also be printed out to this
110 file in PEM format (except that B<-spkac> outputs DER format).
111
112 =item B<-outdir directory>
113
114 the directory to output certificates to. The certificate will be
115 written to a filename consisting of the serial number in hex with
116 ".pem" appended.
117
118 =item B<-cert>
119
120 the CA certificate file.
121
122 =item B<-keyfile filename>
123
124 the private key to sign requests with.
125
126 =item B<-keyform PEM|DER>
127
128 the format of the data in the private key file.
129 The default is PEM.
130
131 =item B<-key password>
132
133 the password used to encrypt the private key. Since on some
134 systems the command line arguments are visible (e.g. Unix with
135 the 'ps' utility) this option should be used with caution.
136
137 =item B<-selfsign>
138
139 indicates the issued certificates are to be signed with the key
140 the certificate requests were signed with (given with B<-keyfile>).
141 Certificate requests signed with a different key are ignored.  If
142 B<-spkac>, B<-ss_cert> or B<-gencrl> are given, B<-selfsign> is
143 ignored.
144
145 A consequence of using B<-selfsign> is that the self-signed
146 certificate appears among the entries in the certificate database
147 (see the configuration option B<database>), and uses the same
148 serial number counter as all other certificates sign with the
149 self-signed certificate.
150
151 =item B<-passin arg>
152
153 the key password source. For more information about the format of B<arg>
154 see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)>.
155
156 =item B<-notext>
157
158 don't output the text form of a certificate to the output file.
159
160 =item B<-startdate date>
161
162 this allows the start date to be explicitly set. The format of the
163 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure).
164
165 =item B<-enddate date>
166
167 this allows the expiry date to be explicitly set. The format of the
168 date is YYMMDDHHMMSSZ (the same as an ASN1 UTCTime structure).
169
170 =item B<-days arg>
171
172 the number of days to certify the certificate for.
173
174 =item B<-md alg>
175
176 the message digest to use.
177 Any digest supported by the OpenSSL B<dgst> command can be used.
178 This option also applies to CRLs.
179
180 =item B<-policy arg>
181
182 this option defines the CA "policy" to use. This is a section in
183 the configuration file which decides which fields should be mandatory
184 or match the CA certificate. Check out the B<POLICY FORMAT> section
185 for more information.
186
187 =item B<-msie_hack>
188
189 this is a legacy option to make B<ca> work with very old versions of
190 the IE certificate enrollment control "certenr3". It used UniversalStrings
191 for almost everything. Since the old control has various security bugs
192 its use is strongly discouraged. The newer control "Xenroll" does not
193 need this option.
194
195 =item B<-preserveDN>
196
197 Normally the DN order of a certificate is the same as the order of the
198 fields in the relevant policy section. When this option is set the order
199 is the same as the request. This is largely for compatibility with the
200 older IE enrollment control which would only accept certificates if their
201 DNs match the order of the request. This is not needed for Xenroll.
202
203 =item B<-noemailDN>
204
205 The DN of a certificate can contain the EMAIL field if present in the
206 request DN, however it is good policy just having the e-mail set into
207 the altName extension of the certificate. When this option is set the
208 EMAIL field is removed from the certificate' subject and set only in
209 the, eventually present, extensions. The B<email_in_dn> keyword can be
210 used in the configuration file to enable this behaviour.
211
212 =item B<-batch>
213
214 this sets the batch mode. In this mode no questions will be asked
215 and all certificates will be certified automatically.
216
217 =item B<-extensions section>
218
219 the section of the configuration file containing certificate extensions
220 to be added when a certificate is issued (defaults to B<x509_extensions>
221 unless the B<-extfile> option is used). If no extension section is
222 present then, a V1 certificate is created. If the extension section
223 is present (even if it is empty), then a V3 certificate is created. See the:w
224 L<x509v3_config(5)> manual page for details of the
225 extension section format.
226
227 =item B<-extfile file>
228
229 an additional configuration file to read certificate extensions from
230 (using the default section unless the B<-extensions> option is also
231 used).
232
233 =item B<-engine id>
234
235 specifying an engine (by its unique B<id> string) will cause B<ca>
236 to attempt to obtain a functional reference to the specified engine,
237 thus initialising it if needed. The engine will then be set as the default
238 for all available algorithms.
239
240 =item B<-subj arg>
241
242 supersedes subject name given in the request.
243 The arg must be formatted as I</type0=value0/type1=value1/type2=...>,
244 characters may be escaped by \ (backslash), no spaces are skipped.
245
246 =item B<-utf8>
247
248 this option causes field values to be interpreted as UTF8 strings, by
249 default they are interpreted as ASCII. This means that the field
250 values, whether prompted from a terminal or obtained from a
251 configuration file, must be valid UTF8 strings.
252
253 =item B<-create_serial>
254
255 if reading serial from the text file as specified in the configuration
256 fails, specifying this option creates a new random serial to be used as next
257 serial number.
258
259 =item B<-multivalue-rdn>
260
261 This option causes the -subj argument to be interpreted with full
262 support for multivalued RDNs. Example:
263
264 I</DC=org/DC=OpenSSL/DC=users/UID=123456+CN=John Doe>
265
266 If -multi-rdn is not used then the UID value is I<123456+CN=John Doe>.
267
268 =back
269
270 =head1 CRL OPTIONS
271
272 =over 4
273
274 =item B<-gencrl>
275
276 this option generates a CRL based on information in the index file.
277
278 =item B<-crldays num>
279
280 the number of days before the next CRL is due. That is the days from
281 now to place in the CRL nextUpdate field.
282
283 =item B<-crlhours num>
284
285 the number of hours before the next CRL is due.
286
287 =item B<-revoke filename>
288
289 a filename containing a certificate to revoke.
290
291 =item B<-valid filename>
292
293 a filename containing a certificate to add a Valid certificate entry.
294
295 =item B<-status serial>
296
297 displays the revocation status of the certificate with the specified
298 serial number and exits.
299
300 =item B<-updatedb>
301
302 Updates the database index to purge expired certificates.
303
304 =item B<-crl_reason reason>
305
306 revocation reason, where B<reason> is one of: B<unspecified>, B<keyCompromise>,
307 B<CACompromise>, B<affiliationChanged>, B<superseded>, B<cessationOfOperation>,
308 B<certificateHold> or B<removeFromCRL>. The matching of B<reason> is case
309 insensitive. Setting any revocation reason will make the CRL v2.
310
311 In practice B<removeFromCRL> is not particularly useful because it is only used
312 in delta CRLs which are not currently implemented.
313
314 =item B<-crl_hold instruction>
315
316 This sets the CRL revocation reason code to B<certificateHold> and the hold
317 instruction to B<instruction> which must be an OID. Although any OID can be
318 used only B<holdInstructionNone> (the use of which is discouraged by RFC2459)
319 B<holdInstructionCallIssuer> or B<holdInstructionReject> will normally be used.
320
321 =item B<-crl_compromise time>
322
323 This sets the revocation reason to B<keyCompromise> and the compromise time to
324 B<time>. B<time> should be in GeneralizedTime format that is B<YYYYMMDDHHMMSSZ>.
325
326 =item B<-crl_CA_compromise time>
327
328 This is the same as B<crl_compromise> except the revocation reason is set to
329 B<CACompromise>.
330
331 =item B<-crlexts section>
332
333 the section of the configuration file containing CRL extensions to
334 include. If no CRL extension section is present then a V1 CRL is
335 created, if the CRL extension section is present (even if it is
336 empty) then a V2 CRL is created. The CRL extensions specified are
337 CRL extensions and B<not> CRL entry extensions.  It should be noted
338 that some software (for example Netscape) can't handle V2 CRLs. See
339 L<x509v3_config(5)> manual page for details of the
340 extension section format.
341
342 =back
343
344 =head1 CONFIGURATION FILE OPTIONS
345
346 The section of the configuration file containing options for B<ca>
347 is found as follows: If the B<-name> command line option is used,
348 then it names the section to be used. Otherwise the section to
349 be used must be named in the B<default_ca> option of the B<ca> section
350 of the configuration file (or in the default section of the
351 configuration file). Besides B<default_ca>, the following options are
352 read directly from the B<ca> section:
353  RANDFILE
354  preserve
355  msie_hack
356 With the exception of B<RANDFILE>, this is probably a bug and may
357 change in future releases.
358
359 Many of the configuration file options are identical to command line
360 options. Where the option is present in the configuration file
361 and the command line the command line value is used. Where an
362 option is described as mandatory then it must be present in
363 the configuration file or the command line equivalent (if
364 any) used.
365
366 =over 4
367
368 =item B<oid_file>
369
370 This specifies a file containing additional B<OBJECT IDENTIFIERS>.
371 Each line of the file should consist of the numerical form of the
372 object identifier followed by white space then the short name followed
373 by white space and finally the long name.
374
375 =item B<oid_section>
376
377 This specifies a section in the configuration file containing extra
378 object identifiers. Each line should consist of the short name of the
379 object identifier followed by B<=> and the numerical form. The short
380 and long names are the same when this option is used.
381
382 =item B<new_certs_dir>
383
384 the same as the B<-outdir> command line option. It specifies
385 the directory where new certificates will be placed. Mandatory.
386
387 =item B<certificate>
388
389 the same as B<-cert>. It gives the file containing the CA
390 certificate. Mandatory.
391
392 =item B<private_key>
393
394 same as the B<-keyfile> option. The file containing the
395 CA private key. Mandatory.
396
397 =item B<RANDFILE>
398
399 a file used to read and write random number seed information, or
400 an EGD socket (see L<RAND_egd(3)>).
401
402 =item B<default_days>
403
404 the same as the B<-days> option. The number of days to certify
405 a certificate for.
406
407 =item B<default_startdate>
408
409 the same as the B<-startdate> option. The start date to certify
410 a certificate for. If not set the current time is used.
411
412 =item B<default_enddate>
413
414 the same as the B<-enddate> option. Either this option or
415 B<default_days> (or the command line equivalents) must be
416 present.
417
418 =item B<default_crl_hours default_crl_days>
419
420 the same as the B<-crlhours> and the B<-crldays> options. These
421 will only be used if neither command line option is present. At
422 least one of these must be present to generate a CRL.
423
424 =item B<default_md>
425
426 the same as the B<-md> option. Mandatory.
427
428 =item B<database>
429
430 the text database file to use. Mandatory. This file must be present
431 though initially it will be empty.
432
433 =item B<unique_subject>
434
435 if the value B<yes> is given, the valid certificate entries in the
436 database must have unique subjects.  if the value B<no> is given,
437 several valid certificate entries may have the exact same subject.
438 The default value is B<yes>, to be compatible with older (pre 0.9.8)
439 versions of OpenSSL.  However, to make CA certificate roll-over easier,
440 it's recommended to use the value B<no>, especially if combined with
441 the B<-selfsign> command line option.
442
443 =item B<serial>
444
445 a text file containing the next serial number to use in hex. Mandatory.
446 This file must be present and contain a valid serial number.
447
448 =item B<crlnumber>
449
450 a text file containing the next CRL number to use in hex. The crl number
451 will be inserted in the CRLs only if this file exists. If this file is
452 present, it must contain a valid CRL number.
453
454 =item B<x509_extensions>
455
456 the same as B<-extensions>.
457
458 =item B<crl_extensions>
459
460 the same as B<-crlexts>.
461
462 =item B<preserve>
463
464 the same as B<-preserveDN>
465
466 =item B<email_in_dn>
467
468 the same as B<-noemailDN>. If you want the EMAIL field to be removed
469 from the DN of the certificate simply set this to 'no'. If not present
470 the default is to allow for the EMAIL filed in the certificate's DN.
471
472 =item B<msie_hack>
473
474 the same as B<-msie_hack>
475
476 =item B<policy>
477
478 the same as B<-policy>. Mandatory. See the B<POLICY FORMAT> section
479 for more information.
480
481 =item B<name_opt>, B<cert_opt>
482
483 these options allow the format used to display the certificate details
484 when asking the user to confirm signing. All the options supported by
485 the B<x509> utilities B<-nameopt> and B<-certopt> switches can be used
486 here, except the B<no_signame> and B<no_sigdump> are permanently set
487 and cannot be disabled (this is because the certificate signature cannot
488 be displayed because the certificate has not been signed at this point).
489
490 For convenience the values B<ca_default> are accepted by both to produce
491 a reasonable output.
492
493 If neither option is present the format used in earlier versions of
494 OpenSSL is used. Use of the old format is B<strongly> discouraged because
495 it only displays fields mentioned in the B<policy> section, mishandles
496 multicharacter string types and does not display extensions.
497
498 =item B<copy_extensions>
499
500 determines how extensions in certificate requests should be handled.
501 If set to B<none> or this option is not present then extensions are
502 ignored and not copied to the certificate. If set to B<copy> then any
503 extensions present in the request that are not already present are copied
504 to the certificate. If set to B<copyall> then all extensions in the
505 request are copied to the certificate: if the extension is already present
506 in the certificate it is deleted first. See the B<WARNINGS> section before
507 using this option.
508
509 The main use of this option is to allow a certificate request to supply
510 values for certain extensions such as subjectAltName.
511
512 =back
513
514 =head1 POLICY FORMAT
515
516 The policy section consists of a set of variables corresponding to
517 certificate DN fields. If the value is "match" then the field value
518 must match the same field in the CA certificate. If the value is
519 "supplied" then it must be present. If the value is "optional" then
520 it may be present. Any fields not mentioned in the policy section
521 are silently deleted, unless the B<-preserveDN> option is set but
522 this can be regarded more of a quirk than intended behaviour.
523
524 =head1 SPKAC FORMAT
525
526 The input to the B<-spkac> command line option is a Netscape
527 signed public key and challenge. This will usually come from
528 the B<KEYGEN> tag in an HTML form to create a new private key.
529 It is however possible to create SPKACs using the B<spkac> utility.
530
531 The file should contain the variable SPKAC set to the value of
532 the SPKAC and also the required DN components as name value pairs.
533 If you need to include the same component twice then it can be
534 preceded by a number and a '.'.
535
536 When processing SPKAC format, the output is DER if the B<-out>
537 flag is used, but PEM format if sending to stdout or the B<-outdir>
538 flag is used.
539
540 =head1 EXAMPLES
541
542 Note: these examples assume that the B<ca> directory structure is
543 already set up and the relevant files already exist. This usually
544 involves creating a CA certificate and private key with B<req>, a
545 serial number file and an empty index file and placing them in
546 the relevant directories.
547
548 To use the sample configuration file below the directories demoCA,
549 demoCA/private and demoCA/newcerts would be created. The CA
550 certificate would be copied to demoCA/cacert.pem and its private
551 key to demoCA/private/cakey.pem. A file demoCA/serial would be
552 created containing for example "01" and the empty index file
553 demoCA/index.txt.
554
555
556 Sign a certificate request:
557
558  openssl ca -in req.pem -out newcert.pem
559
560 Sign a certificate request, using CA extensions:
561
562  openssl ca -in req.pem -extensions v3_ca -out newcert.pem
563
564 Generate a CRL
565
566  openssl ca -gencrl -out crl.pem
567
568 Sign several requests:
569
570  openssl ca -infiles req1.pem req2.pem req3.pem
571
572 Certify a Netscape SPKAC:
573
574  openssl ca -spkac spkac.txt
575
576 A sample SPKAC file (the SPKAC line has been truncated for clarity):
577
578  SPKAC=MIG0MGAwXDANBgkqhkiG9w0BAQEFAANLADBIAkEAn7PDhCeV/xIxUg8V70YRxK2A5
579  CN=Steve Test
580  emailAddress=steve@openssl.org
581  0.OU=OpenSSL Group
582  1.OU=Another Group
583
584 A sample configuration file with the relevant sections for B<ca>:
585
586  [ ca ]
587  default_ca      = CA_default            # The default ca section
588
589  [ CA_default ]
590
591  dir            = ./demoCA              # top dir
592  database       = $dir/index.txt        # index file.
593  new_certs_dir  = $dir/newcerts         # new certs dir
594
595  certificate    = $dir/cacert.pem       # The CA cert
596  serial         = $dir/serial           # serial no file
597  private_key    = $dir/private/cakey.pem# CA private key
598  RANDFILE       = $dir/private/.rand    # random number file
599
600  default_days   = 365                   # how long to certify for
601  default_crl_days= 30                   # how long before next CRL
602  default_md     = md5                   # md to use
603
604  policy         = policy_any            # default policy
605  email_in_dn    = no                    # Don't add the email into cert DN
606
607  name_opt       = ca_default            # Subject name display option
608  cert_opt       = ca_default            # Certificate display option
609  copy_extensions = none                 # Don't copy extensions from request
610
611  [ policy_any ]
612  countryName            = supplied
613  stateOrProvinceName    = optional
614  organizationName       = optional
615  organizationalUnitName = optional
616  commonName             = supplied
617  emailAddress           = optional
618
619 =head1 FILES
620
621 Note: the location of all files can change either by compile time options,
622 configuration file entries, environment variables or command line options.
623 The values below reflect the default values.
624
625  /usr/local/ssl/lib/openssl.cnf - master configuration file
626  ./demoCA                       - main CA directory
627  ./demoCA/cacert.pem            - CA certificate
628  ./demoCA/private/cakey.pem     - CA private key
629  ./demoCA/serial                - CA serial number file
630  ./demoCA/serial.old            - CA serial number backup file
631  ./demoCA/index.txt             - CA text database file
632  ./demoCA/index.txt.old         - CA text database backup file
633  ./demoCA/certs                 - certificate output file
634  ./demoCA/.rnd                  - CA random seed information
635
636 =head1 ENVIRONMENT VARIABLES
637
638 B<OPENSSL_CONF> reflects the location of master configuration file it can
639 be overridden by the B<-config> command line option.
640
641 =head1 RESTRICTIONS
642
643 The text database index file is a critical part of the process and
644 if corrupted it can be difficult to fix. It is theoretically possible
645 to rebuild the index file from all the issued certificates and a current
646 CRL: however there is no option to do this.
647
648 V2 CRL features like delta CRLs are not currently supported.
649
650 Although several requests can be input and handled at once it is only
651 possible to include one SPKAC or self-signed certificate.
652
653 =head1 BUGS
654
655 The use of an in-memory text database can cause problems when large
656 numbers of certificates are present because, as the name implies
657 the database has to be kept in memory.
658
659 The B<ca> command really needs rewriting or the required functionality
660 exposed at either a command or interface level so a more friendly utility
661 (perl script or GUI) can handle things properly. The script
662 B<CA.pl> helps a little but not very much.
663
664 Any fields in a request that are not present in a policy are silently
665 deleted. This does not happen if the B<-preserveDN> option is used. To
666 enforce the absence of the EMAIL field within the DN, as suggested by
667 RFCs, regardless the contents of the request' subject the B<-noemailDN>
668 option can be used. The behaviour should be more friendly and
669 configurable.
670
671 Canceling some commands by refusing to certify a certificate can
672 create an empty file.
673
674 =head1 WARNINGS
675
676 The B<ca> command is quirky and at times downright unfriendly.
677
678 The B<ca> utility was originally meant as an example of how to do things
679 in a CA. It was not supposed to be used as a full blown CA itself:
680 nevertheless some people are using it for this purpose.
681
682 The B<ca> command is effectively a single user command: no locking is
683 done on the various files and attempts to run more than one B<ca> command
684 on the same database can have unpredictable results.
685
686 The B<copy_extensions> option should be used with caution. If care is
687 not taken then it can be a security risk. For example if a certificate
688 request contains a basicConstraints extension with CA:TRUE and the
689 B<copy_extensions> value is set to B<copyall> and the user does not spot
690 this when the certificate is displayed then this will hand the requester
691 a valid CA certificate.
692
693 This situation can be avoided by setting B<copy_extensions> to B<copy>
694 and including basicConstraints with CA:FALSE in the configuration file.
695 Then if the request contains a basicConstraints extension it will be
696 ignored.
697
698 It is advisable to also include values for other extensions such
699 as B<keyUsage> to prevent a request supplying its own values.
700
701 Additional restrictions can be placed on the CA certificate itself.
702 For example if the CA certificate has:
703
704  basicConstraints = CA:TRUE, pathlen:0
705
706 then even if a certificate is issued with CA:TRUE it will not be valid.
707
708 =head1 SEE ALSO
709
710 L<req(1)>, L<spkac(1)>, L<x509(1)>, L<CA.pl(1)>,
711 L<config(5)>, L<x509v3_config(5)>
712
713 =head1 COPYRIGHT
714
715 Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
716
717 Licensed under the OpenSSL license (the "License").  You may not use
718 this file except in compliance with the License.  You can obtain a copy
719 in the file LICENSE in the source distribution or at
720 L<https://www.openssl.org/source/license.html>.
721
722 =cut