static void serveHttps_botCompany() { serveHttps_botCompany(443); } static void serveHttps_botCompany(int port) { File keystore = firstFileThatExists( javaxSecretDir("keystore.p12"), secretProgramFile(programID(), "keystore.jks")); S pass = loadSecretTextFileMandatory(#1013896, "keystore-pass").trim(); serveHttps(port, keystore, pass); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013352 |
Snippet name: | serveHttps_botCompany |
Eternal ID of this version: | #1013352/4 |
Text MD5: | 105f7ea2453434b5701ec2364a582112 |
Author: | stefan |
Category: | javax / https |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-22 16:57:49 |
Source code size: | 370 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 388 / 474 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |