ssl-tester icon indicating copy to clipboard operation
ssl-tester copied to clipboard

enhancement: specify cert paths via command line arguments

Open vielmetti opened this issue 5 years ago • 3 comments

Right now, if I do this:

Eds-MacBook-Pro:~ ed$ sudo go/bin/ssl-tester 
Password:
2019/02/02 01:30:10 open /etc/ssl-tester/fullchain.pem: no such file or directory

and want to make this work, I need to drop files in a certain directory in the file system.

As an enhancement, take a command line argument. It might look something like

ssl-tester --directory ./ssl-tester

vielmetti avatar Feb 02 '19 06:02 vielmetti