- Feb 28, 2018
-
-
deuce authored
This allows using --import again later if something goes wrong.
-
deuce authored
and import certificate chains. This supports two commands and one option: --csr Supports multiple --domain example.com options (defaults to system.inet_addr) Generates a csr on stdout. jsexec certtool --domain example.com --domain www.example.com --csr > csr.pem --import <file> Imports a certificate chain. A certificate chain is two or more PEM certificates in a file... ie: -----BEGIN CERTIFICATE----- MIIFNzCCBB+gAwIBAgISA/+MFKRHU5G75Qe5a0tI9p2rMA0GCSqGSIb3DQEBCwUA -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- MIIEkjCCA3qgAwIBAgIQCgFBQgAAAVOFc2oLheynCDANBgkqhkiG9w0BAQsFADA/ -----END CERTIFICATE----- If the entire chain isn't present, it will be imported, but the TLS server won't validate properly. This should be usable with Let's Encrypt stuff today.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
it's true. Log an error with the URL if it's not true and account creation fails.
-
deuce authored
All of this as LOG_DEBUG.
-
rswindell authored
(e.g. when downloading syncterm-src.tgz)
-
rswindell authored
A second fix for the recursive make issue in src/sbbs3/targets.mk (build of scfg, uedit, and umonitor).
-
rswindell authored
recursive make of scfg, uedit, and umonitor.
-
rswindell authored
in src/sbbs3 now builds these sub-projects too.
-
- Feb 27, 2018
-
-
deuce authored
-
deuce authored
have a third of their total lifetime left". Do that.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Also, free() temp variables for RSA keys.
-
deuce authored
Fixes bug where the key ID would be taken from the staging server.
-
deuce authored
-
deuce authored
-
deuce authored
Should "fix" bug reported on AlcaBBS (by not allowing access to the last few doors).
-
deuce authored
Basically, prepare to split the script into various functions and stuff... that var list is silly.
-
rswindell authored
of the passed filei, fixing a long-standing issue with a couple of menu commands (e.g. "MAININFO") in the WWIV (and possibly other) command shells. Thank Nelgin. Are we keeping count yet?
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
- Feb 26, 2018