TinCanTech

Results 521 comments of TinCanTech

EasyRSA version `3.1.1` (**git/master**) now includes these status reports: - `show-expire` - List certificates which will expire soon. - `show-revoke` - List certificates which are revoked. - `show-renew` - List...

@tecoboot thanks for testing. > * vars handling is different in v3.0.6 and current master True - However, the only _serious difference_ is that the preferred location of `vars` is...

> To test, simply make a **copy** of your current PKI and download [`git/master/easyrsa`](https://github.com/OpenVPN/easy-rsa/blob/master/easyrsa3/easyrsa) into your **copy** PKI. For `rewind-renew` to work, you **must** use this **copy** of your old...

> Here first attempt to fix show-expire or basics for show-older Thanks for your work, I'll take a closer look soon.

Your work for `show-older` is based on certificates which should **not** exist, so I cannot proceed with that option.

@tecoboot good point. @ecrist should https://github.com/OpenVPN/easy-rsa/commit/5b4fd2b484adc6e2f506b62eb54fc38adc802766 be applied to 3.0 series ?

The `Illegal number` can be fixed but it is important to understand why it is happening that either `cert_expire_date_s` and/or `cutoff_date_s` are empty values. I would need to see your...

From your `index.txt` file, there are three _known_ certificates: - `A3..`, `A6..` and `A0..`. However, there exists only one certificate file: - `pki/revoked/certs_by_serial/A08D3B46F37861CDEF1804E02276C484.crt` You have over-written your original certificate twice....

This turned out to be a **bug** in my `busybox date` input. The correct command is: ``` busybox date -u \ -D "%Y-%m-%d %H:%M:%S%Z" \ -d "$in_date" "+%b %d %H:%M:%S...