套件:acmetool(0.0.62-3+deb10u1) [security]
acmetool 的相關連結
Debian 的資源:
下載原始碼套件 acmetool:
- [acmetool_0.0.62-3+deb10u1.dsc]
- [acmetool_0.0.62.orig.tar.gz]
- [acmetool_0.0.62-3+deb10u1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [hlandau.github.io]
相似套件:
automatic certificate acquisition tool for Let's Encrypt
acmetool is an easy-to-use command line tool for automatically acquiring TLS certificates from ACME (Automated Certificate Management Environment) servers such as Let's Encrypt, designed to flexibly integrate into your webserver setup to enable automatic verification.
acmetool is designed to work like make: you specify what certificates you want, and acmetool obtains certificates as necessary to satisfy those requirements. If the requirements are already satisfied, acmetool doesn't do anything when invoked. Thus, acmetool is ideally suited for use on a cron job; it will do nothing until certificates are near expiry, and then obtain new ones.
acmetool is designed to minimise the use of state and be transparent in the state that it does use. All state, including certificates, is stored in a single directory, by default /var/lib/acme. The schema for this directory is simple, comprehensible and documented.
其他與 acmetool 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17) [arm64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.3.2) [amd64]
- dep: libc6 (>= 2.3.6-6~) [i386]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: libcap2 (>= 1:2.10)
- POSIX 1003.1e capabilities (library)
-
- rec: dialog
- Displays user-friendly dialog boxes from shell scripts