Changeset - cda89e01463f
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2018-03-18 16:58:00
branko@majic.rs
GC-16: Updated CLI help output example to include command for issuing TLS client certificate.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
gimmecert/cli.py
Show inline comments
 
@@ -47,6 +47,9 @@ Examples:
 

	
 
    # Issue a TLS server certificate with additional DNS subject alternative names.
 
    gimmecert server myserver extradns1.local extradns2.example.com
 

	
 
    # Issue a TLS client certificate.
 
    gimmecert client myclient
 
"""
 

	
 

	
0 comments (0 inline, 0 general)