GithubHelp home page GithubHelp logo

masbicudo / letsencrypt-certificate-creator Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 863 KB

This is a small C# Windows Forms application to help you create a certificate for your domain using LetsEncrypt service.

License: Apache License 2.0

C# 100.00%
certificate letsencrypt wizard gitlab-pages

letsencrypt-certificate-creator's People

Contributors

masbicudo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

irulvam

letsencrypt-certificate-creator's Issues

View Certificate button is not implemented

This button is important because it shows the base64 text of the certificate, that is used as input in GitLab pages configuration directly, instead of uploading a certificate file.

Allow renewing certificates

At this moment renewing is not yet supported. It is imperative that this be supported as soon as possible.

Should a button to retry an action automatically be created?

When the auto-button is pressed the action will retry 3 times automatically.
Maybe this behavior should be controlled by another button.
Also the action button could become pressed while waiting for retries, so that unpressing it would cancel the action.

Allow workflows with many domains at once

The tool allows the user to automate the whole process of registering up to saving the final certificate file.

This can be extended with support to create many domains, many challenges and many certificates in a single automated operation.

This is even more desirable when creating certificates with multiple subdomains, or when renewing certificates in a row.

Find a way to encrypt sensible information if EFS is not available

.Net has multiple ways to encrypt streams independent of the file system.

This has to do with the dependency project Acme-Sharp, that I have cloned.

Find a way, even if a change to that dependency is necessary.

If done in a reusable and standard way, also make a pull-request to the original repo... Let's encrypt, but also contribute!!! haha

Split project

There are at least two interesting components that can be split into other projects:

  • ToolTipManager: used to show customized tool tips, it can show multiple tooltips for a single control at once, also tooltip windows negotiate their positions as not to overlap with themselves, and not to be off-screen or even orphaned in the middle of an overlapping window (e.g. windows from other applications)
  • Bindables: value holders that use events to communicate changes. The interesting parts are the extensions to these objects, allowing binding with windows forms controls, binding with lambda expressions, and all sorts of custom bindings.

Support more static site generators

Each static site generator (SSG) has it's own rules on how to expose files through the generated site.

The application needs to detect the type of SSG being used,
and create or amend the configuration files so that it exposes
the '.well-known' directory required by the challenge.

Commiting should only be possible when no other commits have been started

While a commit is not committed, a new commit is not possible.
The UI should state this to the user, and start the retry counter, or wait until it can commit.

Also, if there are commits not yet pushed to the origin, there should be a visual indication, so that the user knows that all previous commits will be pushed.

Bug: only one action should be in execution at all times

If you press multiple action buttons, all of them will fire and start the corresponding action.
Pressing any button should cancel the current operation, if possible, and only then start the new operation requested by the user.

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.