-
Update README and remove test against upstream APIv3 provider using LE certs for the API communication. This variant is diverging from the initial APIv3 (Bonafide) protocol and it would add more code complexity to maintain this option: The required certificate handling changes require that we always start menshen with --ca-file flag for the PEM formatted root CA file. In turn that would require to add an additional flag to let menshen distinuish if we point to the providers self-signed API endpoints or the LE signed endpoints. Before the absence of the --ca-file flag was exactly that distinguisher.
Update README and remove test against upstream APIv3 provider using LE certs for the API communication. This variant is diverging from the initial APIv3 (Bonafide) protocol and it would add more code complexity to maintain this option: The required certificate handling changes require that we always start menshen with --ca-file flag for the PEM formatted root CA file. In turn that would require to add an additional flag to let menshen distinuish if we point to the providers self-signed API endpoints or the LE signed endpoints. Before the absence of the --ca-file flag was exactly that distinguisher.
Makefile 2.73 KiB