Giter Club home page Giter Club logo

certificatemanager's Introduction

CertificateManager

Web app for managing Active Directory Certificate Services infrastructure

About

Certificate Manager is a Web App and RESTful API (with powershell module) for solving certificate management issues. CertManager can easily integrate with a deployment automation system such as Octopus Deploy to automtically issue certificates elimiating certificate management overhead. It was specifically designed to work with ADCS. It will issue certificates, automatically renew certificates (Windows and IIS are supported at this time, but Linux support is coming), and store certificates with private keys.

Ideally, private keys would only be stored on a node where they are needed to perform cryptogrphic operations, however; managing certificates in an enterprise might require more management and governance and a decentralized system can be difficult to maintain. Certificate Manager intends to address this problem.

How to Deploy Certificate Manager

  • Certificate Manager is packaged in a single nuget package that can be deployed to IIS
  • Install .NET Core IIS Server Hosting - https://www.microsoft.com/net/download/dotnet-core/runtime-2.0.6
  • Run the following powershell to automatically deploy CertificateManager to your server. Supply value for ComputerName, you will be prompted for a credential
$ComputerName = 'web03.certmgr.local'; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;Invoke-WebRequest -Uri:'https://github.com/corymurphy/CertificateManager/blob/master/Deployment/Deploy-CertificateManager.ps1?raw=true' -OutFile:$('{0}\Deploy-CertificateManager.ps1' -f $env:TEMP);$cmdlet =  $('{0}\Deploy-CertificateManager.ps1' -f $env:TEMP); . $cmdlet -ComputerName:$ComputerName -Credential:(Get-Credential);
  • If the above cmdlet does not work, ensure that PSRemoting works to your web server.
  • After you've run the cmdlet, open the web app that was created and follow the initial setup instructions

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.