You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/walter-manger/cert-stub

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/walter-manger/cert-stub

v0.0.0-20190618165440-a9be6b821b8f
Source
Go
Version published
Created
Source

#+TITLE: Certifier - Generate Certificates for Domains

  • Running the Server

#+begin_src bash go run main.go #+end_src

Example Output

#+begin_src bash 2019/06/17 23:11:38 Starting Cert-Stub Server...

2019/06/17 23:11:38 Certifier API accepting connections on port 8080 #+end_src

** Features

  • Generates Certificates for domains /Concurrently/
  • Will only generate certificates when there isn't already a certificate that is no expired
  • Shuts down gracefully, meaning that it will wait until all jobs are /Done/ before shutting down.
  • Running the Integration Tests

#+begin_src bash go test -tags=integration #+end_src

Try running this multiple times or even in parallel to see how the server handles it.

FAQs

Package last updated on 18 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts