serve

package
v0.0.0-...-82fc38d Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2017 License: BSD-2-Clause Imports: 33 Imported by: 0

README

Compiling and serving static files using esc

go install github.com/mjibson/esc

# Compile changes to static files 
cd $GOPATH/src/github.com/cloudflare/cfssl
esc -pkg serve -prefix cli/serve/static cli/serve/static > cli/serve/static.go

# Build and run CFSSL
go build ./cmd/cfssl/...
./cfssl serve

Documentation

Overview

Package serve implements the serve command for CFSSL's API.

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{UsageText: serverUsageText, Flags: serverFlags, Main: serverMain}

Command assembles the definition of Command 'serve'

View Source
var V1APIPrefix = "/api/v1/cfssl/"

V1APIPrefix is the prefix of all CFSSL V1 API Endpoints.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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