Changeset - 1e2d2a723cca
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-06-01 13:15:35
branko@majic.rs
MAR-5: Updated test documentation instructions for generating private keys/certs. Sleep for 1 second (dirty hack) to have the certs have distinct serial numbers (since they're equal to epoch time).
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/testsite.rst
Show inline comments
 
@@ -60,6 +60,7 @@ In order to deploy the test site, the following steps would normally be taken:
 
         entity_basename="$(basename "$template" .cfg)"
 
         [[ $entity_basename == example_ca ]] && continue
 
         certtool --sec-param normal --generate-privkey --outfile "tls/$entity_basename.key"
 
         sleep 1
 
         certtool --generate-certificate \
 
           --load-ca-privkey "tls/example_ca.key" \
 
           --load-ca-certificate "tls/example_ca.pem" \
0 comments (0 inline, 0 general)