TinCanTech
TinCanTech
**First-reported**: https://github.com/OpenVPN/easy-rsa/pull/688#issuecomment-1250059353
For discussion: - What is the _preferred name_, for the branch which I refer to as `master` ? I prefer `master` .. but it is polite to ask about other...
This is a dependency on an EasyRSA file, which is not guaranteed to exist. EasyRSA can use command `make-safe-ssl` to generate this file. EasyTLS must ensure that this file is...
It is not obvious that Openvpn `--float` is not possible for TCP protocol. IE: If the TCP three-way handshake takes place to initiate a new connection, that connection could still...
`--san|--subject-alt-name` current behavior is to append any value to `EASYRSA_EXTRA_EXTS` **and** repeatedly insert OpenSSL label `subjectAltName`. **This label should be specified once only**. This change leaves `EASYRSA_EXTRA_EXTS` completely unchanged **and**...
### Effects use of global option: `--req-cn` Currently, the only commands which support `--req-cn` are: - `build-ca`: `--req-cn` allows changing the default CA `commonName` from `Easy-RSA CA` (or `Easy-RSA Sub-CA`)...
If a request file is received with unsuitable subject fields then force the signed certificate to comply with the subject fields of the CA certificate. This is achieved as follows:...
Source `vars` in the following order: - `--vars=foo` Only. - `--pki=foo` or default `$pki/vars` Stack up. - `./vars` Stack up. - Other ? Similar to `git/config` local/global. This allows a...
Fully integrate `busybox.exe` as an alternative to MKSH:`sh.exe`
Version: `@(#)MIRBSD KSH R39-w32-beta14 $Date: 2013/06/28 21:28:57 $` Possible alternatives: - [Busybox for Windows - **sourceforge**](https://sourceforge.net/projects/busybox-for-windows/) `Tested: works` - [Busybox for Windows - **frippery**](https://frippery.org/busybox/release-notes/current.html) `Tested: works`