entcsr

command module
v0.0.0-...-5041ee4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2021 License: GPL-3.0 Imports: 10 Imported by: 0

README

Compile instructions

We presume you are compiling for an AMD64 architecture

Linux

env GOOS=linux GOARCH=amd64 go build -o entcsr-lnx -tags osusergo,netgo entcsr.go

MAC OSX

env GOOS=darwin GOARCH=amd64 go build -o entcsr-osx -tags osusergo,netgo entcsr.go

Windows

env GOOS=windows GOARCH=amd64 go build -o entcsr-win.exe -tags osusergo,netgo entcsr.go

How to use

./entcsr cert-name This will produce two files:

  • cert-name-key.key -> the private key
  • cert-name-cert-sign-request.csr -> the certificate signing request
  • cert-name-cert.crt -> the certificate

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL