From 94eebad12ae36e00fef5884a54c4e985946d4c67 Mon Sep 17 00:00:00 2001 From: Ivan Vandot Date: Tue, 7 Feb 2023 12:09:25 +0100 Subject: [PATCH] Add package locert (#2489) Co-authored-by: Gabriel Huber --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1872ada..e10ca91 100644 --- a/packages.json +++ b/packages.json @@ -29109,5 +29109,18 @@ "description": "Runned is a simple tool to check the execution time of terminal commands.", "license": "MIT", "web": "https://github.com/Gael-Lopes-Da-Silva/Runned" + }, + { + "name": "locert", + "url": "https://github.com/vandot/locert", + "method": "git", + "tags": [ + "cert", + "ca", + "developer-tools" + ], + "description": "Simple cert generator for local development.", + "license": "BSD-3-Clause", + "web": "https://github.com/vandot/locert" } ]