usable-cert-validation icon indicating copy to clipboard operation
usable-cert-validation copied to clipboard

Make CLI validation commands appear on the web

Open zacikpa opened this issue 3 years ago • 2 comments

We dropped the commands when shifting to the new system but agreed it would be nice to have them back. Solves #105.

zacikpa avatar Oct 04 '21 18:10 zacikpa

Just to provide a bit of reasoning behind this solution. I introduced a script validation/certs/utils/cli-validation.py that simply copies the CLI validation data from the individual vconfig.yml files to a single file in the _data folder. When adding new certs, I find it more comfortable to just insert the CLI command into the local vconfig.yml file. If I had to add it directly to the _data folder each time, I would probably forget most of the time :)

zacikpa avatar Oct 06 '21 09:10 zacikpa

Ah, and I see conflicts by merging the lowercase names first. Is it simple to rebase? If not, I could rebase the other way around (though it's not preferred as it messes with the history).

mukrop avatar Oct 06 '21 10:10 mukrop