commit | 0fa6b39f8e9685942b23ff9a878fe34e771a8c7e | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Sep 09 21:32:14 2016 -0400 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Sep 09 20:32:14 2016 -0500 |
tree | 2cb7dc12c57951bfe64e8f80ba8741ff8d7fbeb4 | |
parent | ee9710fad662616454cbf99faaaa3b47d547ccd9 [diff] [blame] |
Fixed #3143 -- added the mandatory serial number parameter (#3144)
diff --git a/docs/x509/tutorial.rst b/docs/x509/tutorial.rst index 6941372..143cdfc 100644 --- a/docs/x509/tutorial.rst +++ b/docs/x509/tutorial.rst
@@ -134,6 +134,8 @@ ... issuer ... ).public_key( ... private_key.public_key() + ... ).serial_number( + ... x509.random_serial_number() ... ).not_valid_before( ... datetime.datetime.utcnow() ... ).not_valid_after(