mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
* Remove `let` from the script as it will return 1 (signalling an error) on the first iteration, which will stop the script when in `set -e` mode. It also is unnecessary, as the increment can be done at the place of usage directly. * Added a "remainder aka modulo" division, otherwise there will be no TLP option set, once we run out of the four entries in the TLSs list. * (Style) remove superfluous semicolons. |
||
|---|---|---|
| .. | ||
| scripts | ||
| test-keys | ||
| client-certificate-setup.md | ||
| development-ca.md | ||
| development-client-certs.md | ||
| install-server-certificate.md | ||
| provider-setup.md | ||