Daniel Pouzzner
|
1c68da282c
|
portability enhancement: use "#!/usr/bin/env <interpreter>" on all perl scripts and shell scripts that use bash extensions, and use "#!/bin/sh" on the rest.
|
2024-08-20 13:48:33 -05:00 |
|
Daniel Pouzzner
|
abfc788389
|
script cleanup: use #!/bin/bash on all scripts that use "echo -e" (/bin/sh is sometimes a non-Bourne/non-POSIX shell, e.g. dash/ash, with no support for "echo -e"); fix whitespace.
|
2022-03-09 12:28:22 -06:00 |
|
Daniel Pouzzner
|
c9a7393923
|
fixes for shell script errors detected by shellcheck --severity=error.
|
2022-03-08 12:51:48 -06:00 |
|
kaleb-himes
|
1a0a9de9c6
|
changes post review
crl-revoked dash compliant. revoked-cert has unique fields
new print statements
|
2015-07-23 17:05:25 -06:00 |
|
kaleb-himes
|
d2de4719eb
|
added way to gen revoked without running renewcerts
|
2015-07-22 09:31:23 -06:00 |
|