ca.pod 25 KB

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