[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.154 and 1.155

version 1.154, 2024/01/12 11:24:03 version 1.155, 2024/01/26 11:58:37
Line 6112 
Line 6112 
 .Op Fl modulus  .Op Fl modulus
 .Op Fl multivalue-rdn  .Op Fl multivalue-rdn
 .Op Fl nameopt Ar option  .Op Fl nameopt Ar option
   .Op Fl new
 .Op Fl next_serial  .Op Fl next_serial
 .Op Fl noout  .Op Fl noout
 .Op Fl ocsp_uri  .Op Fl ocsp_uri
Line 6153 
Line 6154 
 .It Fl in Ar file  .It Fl in Ar file
 The input file to read from,  The input file to read from,
 or standard input if not specified.  or standard input if not specified.
   This option cannot be used with
   .Fl new .
 .It Fl inform Cm der | net | pem  .It Fl inform Cm der | net | pem
 The input format.  The input format.
 Normally, the command will expect an X.509 certificate,  Normally, the command will expect an X.509 certificate,
 but this can change if other options such as  but this can change if other options such as
   .Fl in
   or
 .Fl req  .Fl req
 are present.  are present.
 .It Fl md5 | sha1  .It Fl md5 | sha1
Line 6710 
Line 6715 
 and  and
 .Fl signkey  .Fl signkey
 options.  options.
   .It Fl new
   Generate a new certificate using the subject given by
   .Fl set_subject
   and signed by
   .Fl signkey .
   If no public key is provided with
   .Fl force_pubkey ,
   the resulting certificate is self-signed.
   This option cannot be used with
   .Fl in
   or
   .Fl req .
 .It Fl req  .It Fl req
 Expect a certificate request on input instead of a certificate.  Expect a certificate request on input instead of a certificate.
   This option cannot be used with
   .Fl new .
 .It Fl set_issuer Ar name  .It Fl set_issuer Ar name
 The issuer name to use.  The issuer name to use.
 .Ar name  .Ar name

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155