kx509: add time-to-live for kx509 -t option
It's useful to check for having so many seconds left in useful credential lifetime.
This commit is contained in:
		| @@ -270,8 +270,8 @@ command = { | ||||
| 	option = { | ||||
| 		long = "test" | ||||
| 		short = "t" | ||||
| 		type = "flag" | ||||
| 		help = "exit successfully if certificate and private key are in credential cache" | ||||
| 		type = "integer" | ||||
| 		help = "check for certificate with at least given time left" | ||||
| 	} | ||||
| 	option = { | ||||
| 		name = "private-key" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Williams
					Nicolas Williams