Name | Modified | Size |
---|---|---|
.. | ||
install_sdp_python.sh | 2 years ago | 20 KB |
swarm_triggers_test.sh | about a year ago | 5 KB |
x509-show-chain | 2 months ago | 7 KB |
Change | User | Description | Committed |
---|---|---|---|
31160 | Mark Wittenberg | I squeezed in some time to improve my script: * Added a --check option to check cert file...s for problems and report them: - certificates following a self-signed cert - certificates not signed by the subsequent cert - identify self-signed certs * It's now usable in a pipeline: - If no file arguments are given then it reads from stdin - Any file argument of - read stdin when that argument is processed - All non-certificate lines in the input are ignored so you can pipe the output of openssl s_client to it without needing to pre-process the data * To make it easier to use it from another script, it now exits with a meaningful exit status: - 0 No problems were detected. - 1 Some files were not readable. - 2 Problems were found within at least one certificate file. - 3 Invalid parameters were given, or help was requested. * I expanded and improved the help text * I renamed the -d | --details option to -s | --some to make the order of increasing detail more obvious - the --all, --most, --some, and --summary options are ordered by the amount of detailed info they provide, from most to least. - this conflicted with the -s | --summary option so I renamed that to -S | --summary « |
2 months ago |
31107 | Mark Wittenberg | Added x509-show-chain cert script. | 2 months ago |
30107 | C. Thomas Tyler | Enhanced swarm_triggers_test.sh to handle VERIFY_SSL=0 setting in Swarm trigger conf. | about a year ago |
29923 | C. Thomas Tyler | Updated HTML hyperlinks to use 'portal.perforce.com'. This replaces currently broken li...nks to 'answers.perforce.com' and currently redirected links to 'community.perforce.com'. #review-29924 « |
about a year ago |
29522 | C. Thomas Tyler | Fixed typo in error message; Pythin -> Python. | 2 years ago |
29517 | C. Thomas Tyler | Shellcheck compliance changes. | 2 years ago |
29516 | C. Thomas Tyler | Added version that installs P4Python with pip. | 2 years ago |
29506 | C. Thomas Tyler | Fixed typo in error message. | 2 years ago |
29013 | C. Thomas Tyler | chmod +x | 3 years ago |
28787 | C. Thomas Tyler | Enhanced Swarm triggers test to help ensure self-signed https certs work with Swarm trigg...ers. « |
3 years ago |
28614 | C. Thomas Tyler | Added sample utility to test Swarm triggers. | 3 years ago |
28608 | C. Thomas Tyler | Updated default Python and Perforce to latest available versions. Python defaults to 3.10....2. P4API defaults to 2021.1 (latest available). Tweaked URLs. Tested and verified on a Rocky Linux 8 machine. « |
3 years ago |
27986 | C. Thomas Tyler | Re-added install_sdp_python.sh as an Unsupported script. Updates to install_sdp_python....sh v1.5.0 from prior version: * Updated to be compatible with non-backward-compatible changes in the P4Python setup.py, using 'setup.cfg' rather than '--apidir' option. * Default P4API version is r21.1. * Default Python version is 3.9.6. * Improvements making debugging of build failures easier by capturing more data in the main log, to avoid having to follow separate log files listed in the main log. « |
4 years ago |