TinCanTech

Results 446 comments of TinCanTech

I think EasyRSA should probably do as is documented.

@frispete Your patch does not work: **diff**: ``` tct@home:~/git/easy-rsa/master$ git diff diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 44c7698..7c846e8 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1296,7 +1296,7 @@ Matching file found at:...

This is essentially complete. [commit/fe3cced](https://github.com/OpenVPN/easy-rsa/commit/fe3cced16c62de5dd33f3a230ee03e904306a55b)

If you make all of your changes above, with the exception of the change to `easyrsa`, then you should get the desired result.

Sorry, you misunderstand. The `x509-types` files and `openssl-easrsa.cnf` are there for users to edit. That is what you have done, that is for your private use. Changing `easyrsa` is not...

I have a proposal: 1. Place all these changed files into a folder named `x509-alt-types` in the Easy-RSA root. 2. Introduce new option: `--x509-alt` Have this option point `EASYRSA_EXT_DIR` to...

> I don't think maintaining a separate `x509-alt-types` worth the effort in long term. We are not going to maintain it, it will be there for these changes to be...

Linking: #522 Note: #525 @zhangyoufu probably affects you.

Because `easy-rsa/git/master` is development code `renew` ~~is hereby unsupported and will be disabled~~. ~~Until further notice~~. `renew` shall remain as-is, instead a new function ~~`req-renew`~~ `renew-req` as been written to...