see also
- https://gist.github.com/Soarez/9688998
- https://gist.github.com/vreemt/7070fced19b0eddbce75edfc5cbf958e
- decoder https://www.sslshopper.com/certificate-decoder.html
generating files - *.crt, *.key, *.pubkey, *.csr, *.srl
- ca.pem -- root CA
| <?php | |
| $datetime = [ | |
| ['May 11, 2023', 'Europe/London'], | |
| ['June 1, 2023', 'Europe/London'], | |
| ]; |
| #!/bin/bash | |
| INPUT=$(find . -name "*.txt") | |
| COUNT=1; | |
| while IFS= read -r line | |
| do | |
| curl -O "$line" | |
| let COUNT++ | |
| done < "$INPUT" | |
| echo "count $COUNT" |
see also
generating files - *.crt, *.key, *.pubkey, *.csr, *.srl
| <?php | |
| //src on: https://gist.github.com/dol/e0b7f084e2e7158efc87 | |
| // see also https://gist.github.com/Soarez/9688998 | |
| // __DIR__ . '/tests/Helpers/openssl.cnf' | |
| /* | |
| [ req ] | |
| distinguished_name = req_distinguished_name | |
| req_extensions = v3_req | |
| x509_extensions = v3_ca |
see also https://gist.github.com/vreemt/f3f547e92b125dfd26f32be9f519ad66 and https://pad.ijhack.nl/p/PHP_conferences
PHP Benelux * https://conference.phpbenelux.eu/ * January 24 & 25, 2020 - Antwerp, Belgium; yearly
Fosdem
| https://regex101.com/r/3v4pjk/1 | |
| new Regex(@"^([A-Za-z]{2}(\d)(|\-))([A-Za-z]{3})-(\d)(\d)(\d)$)") | |
| new Regex(@"^([A-Za-z]{2}(\d)(|\-))([A-Za-z]{3})-(\d)(\d)(\d)$)") | |
| new Regex(@" | |
| ^ # start of line | |
| [A-Za-z]{2} # two letters | |
| \d # one digit |
I hereby claim:
To claim this, I am signing this object:
| ====================================== | |
| Be a good code scout | |
| ====================================== | |
| * phpnw15 | |
| * phpnw16 | |
| * drupal | |
| * wordpress | |
| * zend | |
| * symfony |