inos-github

Results 7 comments of inos-github

I haven’t found any option to set the validation method in acmetool - how can I switch from `TLS-SNI-01` to `HTTP-01`? Thanks for any hint!

@samm-git thanks for the advice. I'm using the challenge option via http without a proxy so it should be http-01 however I've received a mail from let's encrypt saying I'm...

the output of `gcc -march=native -Q --help=target` ``` The following options are target specific: -m128bit-long-double [enabled] -m16 [disabled] -m32 [disabled] -m3dnow [disabled] -m3dnowa [disabled] -m64 [enabled] -m80387 [enabled] -m8bit-idiv [disabled]...

Hi Olivier, I tried this by myself and have a solution that works for me: in ajax/newpad.php substitute line 105 `$content = sprintf("[InternetShortcut]\nURL=%s", $url);` with: ``` $content = sprintf(' ownPad...

This workaround doesn't work for me (Silverbullet Version 0.7.6) Console-log from browser: `Error loading space-script: Error evaluating script: expected expression, got ';' for script: silverbullet.registerFunction("setLang", (lang = "en") => {...

@joekrill thank you for the replay an the fix! Now I have another error : ``` Remote syscall error document is not defined An exception was thrown as a result...

Now it works, thank you very much!