veeti / manuale

A fully manual Let's Encrypt/ACME client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display authorization time

szepeviktor opened this issue · comments

It seems to be possible to query the authorization validity period:

logger.info("{} is already authorized until {}.".format(domain, auth.get('expires', '(unknown)')))

It would be nice to have a new command for it.

Turns out manuale authorize is showing it.

Closed by dd4ffb4