Skip to content

Laboratory-for-Safe-and-Secure-Systems/kritis3m_acme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KRITIS3M ACME Server

This is a simple ACME server that implements the ACME protocol as defined in RFC 8555 with custom TLS Layer and custom PKI.

Features

  • ASL support
  • Directory endpoint
  • Health check endpoint
  • Basic CORS support
  • Structured logging
  • Configuration management
  • Graceful shutdown

Work in Progress

  • Request Authentication
    • JWS Signature Verification (RFC 8555 Section 6.2)
    • Nonce Handling (RFC 8555 Section 6.5)
  • Account Handling
    • Account creation endpoint
    • Account update
    • Key change
  • Order Handling
    • Order creation endpoint
    • Order retrieval
    • Order finalization
  • Challenge Handling (Mainly for IP based hosts)
    • HTTP-01
    • TLS-ALPN-01 (Maybe)
  • Certificate Issuance
    • CSR Validation
    • Certificate Generation
    • Certificate Revocation

Configuration

The server can be configured using a JSON configuration file. See config.json for an example configuration.

Key configuration options:

  • Server settings (port, host)
  • ASL configuration
  • TLS/Certificate settings
  • Logging options

Building and Running

# Build the server
go build -o acme-server ./cmd/acme-server

# Run with config file
./acme-server -config config.json

# Enable debug mode
./acme-server -config config.json -debug

License

MIT License - See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published