0.2.20 • Published 2 years ago

certificates-manager v0.2.20

Weekly downloads
82
License
-
Repository
github
Last release
2 years ago

Certificates Manager

Manage SSL certificates in ABT Node.

Install on my ABT Node

Install on my ABT Node

Usage

Certificates can be generated in two ways: manually by adding a domain name, or automatically when a site is added to the Service Gateway of an ABT Node (to be completed).

Manually adding domain names

Manually adding a domain name requires the domain name to be properly serve in the ABT Node, otherwise it will not pass the DNS validation and http-01 challenge.

  1. Go to the Certificate Manager Block Administration page
  2. Click the Add Domain button
  3. Enter the domain name to be added
  4. If the domain name resolution is normal, the certificate will be generated successfully and updated to ABT Node in a minute or so.

If the domain name is still resolved, or has not been added to Service Gateway for ABT Node, the application checks every 5 minutes to see if the domain name is being resolved correctly.

Translated with www.DeepL.com/Translator (free version)

Automatic Certificate Generation

TODO

Automatic update mechanism

  1. the application will try to renew the certificate 10 days before it expires.
  2. the application will check for expiring certificates every 5 minutes.

Development

Configuration

Put following contents in .env:

SKIP_PREFLIGHT_CHECK=true

# server side
BLOCKLET_PORT="3030"

REACT_APP_BASE_URL="http://192.168.31.60:3030"
REACT_APP_APP_NAME="Certificate Manager"
REACT_APP_APP_DESCRIPTION="Manage SSL certificates"
REACT_APP_API_PREFIX=""

ALI_ACCESS_KEY_ID='xxx'
ALI_ACCESS_KEY_SECRET='xxx'
NODE_ACCESS_KEY='xxx'
NODE_ACCESS_SECRET='xxx'
ABT_NODE_PORT=8089

Start hacking

npm run start:server
npm run start:client

Deploy to local ABT Node

blocklet deploy .
0.2.20

2 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.10

3 years ago