Roman Pogorelchuk
Roman Pogorelchuk
Hi, friend! Please fix icon for Visual Studio Code! Thanks!  Like this: http://www.iconarchive.com/show/papirus-apps-icons-by-papirus-team/visual-studio-code-icon.html [DEFAULT Desktop shurtcut] $cat /usr/share/applications/code.desktop [Desktop Entry] Name=Visual Studio Code Comment=Code Editing. Redefined....
` fieldName: { type: String, enum: ['A'] }, ` return message 'fieldName must be either or A.'
https://github.com/publishlab/node-acme-client/blob/master/examples/dns-01/dns-01.js#L45-L48 commonName limited with 63 symbols altName - 255 characters (237 symbols for dns-01 - due to the challenge prefix) https://letsencrypt.org/docs/glossary/ - [Common Name (CN)](https://letsencrypt.org/docs/glossary/#def-CN) : Part of a certificate’s...
Description When the ACME client receives a 500 Internal Server Error response, the request() function in [src/axios.js](https://github.com/publishlab/node-acme-client/blob/9f293d2e00b70c10a464628703713141ca593b0f/src/axios.js) throws an unhandled exception: `Cannot read properties of undefined (reading 'config')` Steps to...