Viktor Szépe
Viktor Szépe
@veeti Is it for moving from certbot to manuale?
https://github.com/certbot/certbot/issues/3568
I've found a script, upgraded it to PEP8 https://gist.github.com/JonLundy/f25c99ee0770e19dc595 ``` python #!/usr/bin/python import sys import json import base64 import binascii with open(sys.argv[1]) as fp: pkey = json.load(fp) def enc(data): missing_padding...
Success! 1. Join PEM lines to fit into JSON 2. Modify `uri`'s end "reg/1222333" `$ manuale info` ``` Requesting account data... { ... ... ```
``` javascript // Draw a nice box // colors: http://flatuicolors.com/ (function () { var consoleBox = document.createElement('div'); consoleBox.id = 'console-box'; consoleBox.style.backgroundColor = '#bdc3c7'; consoleBox.style.opacity = '0.80'; consoleBox.style.borderRadius = '5px'; consoleBox.style.position...
If it works the local shell script could be deleted.
Hello Peter! Thank you for your response. This issue is about putting unhappy path in a conditional, and writing happy path as normal flow. ``` if (!error) happy path; unhappy...
I like Szymon's article ❤️
So what do you suggest?
Thank you for your answer.