Lines Matching refs:serial
32 [B<-serial>]
225 public key, signature algorithms, issuer and subject names, serial number
247 =item B<-serial>
249 Prints the certificate serial number.
363 Specifies the serial number to use.
366 the serial number file (as specified by the B<-CAserial> option) is not used.
368 The serial number can be decimal or hex (if preceded by C<0x>).
372 Set the serial to be one more than the number in the certificate.
497 Sets the CA serial number file to use.
499 When the B<-CA> option is used to sign a certificate it uses a serial
501 an even number of hex digits with the serial number to use. After each
502 use the serial number is incremented and written out to the file again.
506 F<mycacert.pem> it expects to find a serial number file called
511 With this option the CA serial number file is created if it does not exist:
512 it will contain the serial number "02" and the certificate being signed will
513 have the 1 as its serial number. If the B<-CA> option is specified
514 and the serial number file does not exist a random number is generated;
614 Don't print out the serial number.
689 Print the certificate serial number:
691 openssl x509 -in cert.pem -noout -serial