Git Product home page Git Product logo

acme-server's Introduction

ACME-Server

This repository provides base libraries to implement an ACME-compliant (RFC 8555) server. It consists of 4 base nuget packages and one storage implementation. This is not a runnable product and it needs an implementation for certificate issuance (separately available).

Known implementations

If you are looking for a prebuild server, this list provides some runnable products for your needs:

ACME-ACDS

Made for Entities running Active Directory Certificate Services (ACDS), wanting to issue certificates via ACME.
License: free for non-profit, proprietary for commercial use. https://github.com/glatzert/ACME-Server-ACDS

Want to build your own?

The libraries are distributed via NuGet.org.

TGIT.ACME.Server.Core

https://www.nuget.org/packages/TGIT.ACME.Server.Core
Contains nearly everything neccessary to run an acme server on asp.net core. Reference this, if you want to provide your own deployable server, but do not want to implement API endpoints.

TGIT.ACME.Protocol.Storage.FileStore

https://www.nuget.org/packages/TGIT.ACME.Protocol.Storage.FileStore Contains a storage provider based on files. Reference this, if you want to provide your own deployable server and do not want to implement the storage layer.

TGIT.ACME.Model

https://www.nuget.org/packages/TGIT.ACME.Protocol.Model
Contains model classes for internal use of the implementations as well as http-model classes for use with ACME servers.

TGIT.ACME.Protocol.Abstractions

https://www.nuget.org/packages/TGIT.ACME.Protocol.Abstractions
Contains interfaces uses by the core server and protocol implementations.
Reference this, if you want to create own storage or issuance providers.

TGIT.ACME.Protocol

https://www.nuget.org/packages/TGIT.ACME.Protocol
Contains a default implementation for all services (besides storage and issuance) defined in Protocol.Abstractions. Reference this, if you want to create an own implementation of the http layer, but do not want to create the service implementations.

Do I need something else?

Yes. To make it a fully runnable server, you need to Implement ICertificateIssuer and register it in your source code.

acme-server's People

Contributors

glatzert avatar webprofusion-chrisc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.