Fix typo in the files
Change-Id: I166e9e75aa1716b3151164e06d6664348084cf02
This commit is contained in:
@@ -54,7 +54,7 @@ openssl genrsa -passout pass:foobar -des3 -out private/cakey.pem 2048
|
|||||||
echo "You will be asked to enter some information about the certificate."
|
echo "You will be asked to enter some information about the certificate."
|
||||||
openssl req -x509 -passin pass:foobar -new -nodes -key private/cakey.pem -config $OPEN_SSL_CONF -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -out ca_01.pem
|
openssl req -x509 -passin pass:foobar -new -nodes -key private/cakey.pem -config $OPEN_SSL_CONF -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -out ca_01.pem
|
||||||
|
|
||||||
echo "Here is the certifcate"
|
echo "Here is the certificate"
|
||||||
openssl x509 -in ca_01.pem -text -noout
|
openssl x509 -in ca_01.pem -text -noout
|
||||||
|
|
||||||
|
|
||||||
|
@@ -121,7 +121,7 @@ class CertRotation(object):
|
|||||||
LOG.debug("Cert expired amphora's id is: %s", amp.id)
|
LOG.debug("Cert expired amphora's id is: %s", amp.id)
|
||||||
executor.submit(self.cw.amphora_cert_rotation, amp.id)
|
executor.submit(self.cw.amphora_cert_rotation, amp.id)
|
||||||
if rotation_count > 0:
|
if rotation_count > 0:
|
||||||
LOG.info(_LI("Rotated certificates for %s ampohra") %
|
LOG.info(_LI("Rotated certificates for %s amphora") %
|
||||||
rotation_count)
|
rotation_count)
|
||||||
finally:
|
finally:
|
||||||
executor.shutdown(wait=True)
|
executor.shutdown(wait=True)
|
||||||
|
Reference in New Issue
Block a user