Skip to content

Instantly share code, notes, and snippets.

View melgish's full-sized avatar

Nick melgish

  • DragonPoint Inc
  • Melbourne, FL
View GitHub Profile
@melgish
melgish / getCertificate.js
Created March 26, 2022 15:10
Code to transform traefik's acme.json into certificate for node
/**
* Extract specific key and certificate from traefik acme.json file
*/
const fs = require('fs/promises');
/**
* Decodes found certificate
* @param {{certificate: string, key: string}} data Data to decode
* @returns {{certificate: string, key: string}} decoded data
*/
@melgish
melgish / my.code-snippets
Last active January 4, 2022 12:47
random snippets
{
// Place your global snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
// Placeholders with the same ids are connected.
// Example:
// "Print to console": {
// "scope": "javascript,typescript",
@melgish
melgish / cloudSettings
Last active September 10, 2019 11:01
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-10T11:01:46.684Z","extensionVersion":"v3.4.2"}