Coder Social home page Coder Social logo

egbonrelu / certify Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webprofusion/certify

0.0 1.0 0.0 3.52 MB

SSL Certificate Manager for Windows, powered by Let's Encrypt

Home Page: https://certify.webprofusion.com/

License: MIT License

C# 99.05% Python 0.95%

certify's Introduction

Certify The Web - SSL Manager

Home page for downloads and info : https://certifytheweb.com/

The SSL/TLS Certificate Management GUI for Windows, powered by Let's Encrypt, allowing you to generate and install free SSL certificates for IIS (with a 90 day expiry and automated renewal).

Features:

  • Easy certificate requests & automated SSL bindings
  • Auto renewal, with configurable renewal frequency
  • SAN support (multi-domain certificates)
  • Pre/Post request powershell and web hook support scripting hooks for advanced users (feature contributed by Marcus-L)

App Screenshot


Quick Start

  1. Download from https://certifytheweb.com/ and install it.
  2. Click 'New Certificate', choose your IIS site (which must have 1 or more hostname bindings set). Save your settings and click 'Request Certificate'
  3. All done! Click 'Configure Auto Renew' to setup the scheduled task for renewals.

Development & Bug Reporting

If you have a bug or feature and you can fix the problem yourself please just:

  1. File a new issue
  2. Fork the repository
  3. Make your changes
  4. Submit a pull request, detailing the problem being solved and testing steps/evidence

If you cannot provide a fix for the problem yourself, please file an issue and describe the fault with steps to reproduce.

Translation

You can help translate the app by cloning the repo and installing ResXManager to easily update translation text: https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager

Build/Run Requirements:

  • Visual Studio 2017 Community Edition (or higher)
  • A local instance of IIS installed.
  • To build the current release version use the release branch: https://github.com/webprofusion/certify/tree/release, master is the current work in progress.
  • fetch any submodules using:
git submodule sync
git submodule update --init --recursive --remote
  • To build, first build the submodule for ACMESharp under /src/lib/ACMESharp - this will restore the required nuget packages.
  • Restoring NuGet packages using "Update-Package -reinstall" can be useful where nuget restore fails.
  • The app needs to run as Administrator, otherwise it cannot access IIS, write to the IIS website root paths or manage the windows certificate store.
  • The UI needs the background service to be running. You cna configure Visual Studio to launch both the Certify.UI project and the Certify.Service project via Solution > Properties > Multiple Startup Projects

Note: For testing you will require a publicly accessible IP mapped to the domain/subdomain you want to test with. The Let's Encrypt service will need to be able to access your test site remotely via HTTP in order to complete authorisation challenges. The app consists of a UI and background service. The background service must be running for the UI to operatre. The develop/debug you can configure Visual Studio to launch both the UI and Service - Right Click the Solution > Properties> Startup Project, Set Certify.UI and Certify.Service to 'Start', then debug as normal. apps {at} webprofusion.com

certify's People

Contributors

webprofusion-chrisc avatar marcus-l avatar cftad avatar mdonatas avatar ndouthit avatar ebekker avatar iccfish avatar xtarting avatar qwertyno avatar mpetito avatar fridtjofsen avatar tonyvalenti 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.