package info

import "github.com/cloudflare/cfssl/info"

Package info contains the definitions for the info endpoint

Index

Types

type Req

type Req struct {
	Label   string `json:"label"`
	Profile string `json:"profile"`
}

Req is the request struct for an info API request.

type Resp

type Resp struct {
	Certificate  string   `json:"certificate"`
	Usage        []string `json:"usages"`
	ExpiryString string   `json:"expiry"`
}

Resp is the response for an Info API request.

Source Files

info.go

Version
v1.4.0-rc1
Published
Oct 30, 2019
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.