scepclient

module
v0.0.0-...-af7b56a Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2019 License: MIT

README

scepclient

extract of relevant code part from https://github.com/micromdm/micromdm

currently the software is able to:

  • requesting the first certificate using the challenge passphrase
  • requesting the second certificate

requesting any further certificate does not work

helpers

go get github.com/pkg/errors
go get github.com/go-kit/kit/log
go get github.com/fullsailor/pkcs7

# startparameter
-server-url http://10.6.115.153/certsrv/mscep/mscep.dll -debug -private-key /home/pix/private.pem -challenge 2EB13806806917D0

# verify x509 cert
openssl x509 -in client.pem -text -noout

# verify csr
openssl req -in csr.pem -text -verify -subject

Directories

Path Synopsis
cmd
crypto
x509util
package x509 provides utilities for working with x509 types.
package x509 provides utilities for working with x509 types.
Package scep provides common functionality for encoding and decoding Simple Certificate Enrolment Protocol pki messages as defined by https://tools.ietf.org/html/draft-gutmann-scep-02
Package scep provides common functionality for encoding and decoding Simple Certificate Enrolment Protocol pki messages as defined by https://tools.ietf.org/html/draft-gutmann-scep-02

Jump to

Keyboard shortcuts

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