mirror of
https://github.com/moepman/acertmgr.git
synced 2024-11-14 06:55:29 +01:00
README: fix whitespace
This commit is contained in:
parent
f853001aea
commit
567b1feb4b
@ -13,7 +13,7 @@ Requirements
|
|||||||
|
|
||||||
* Python (2.7+ and 3.3+ should work)
|
* Python (2.7+ and 3.3+ should work)
|
||||||
* cryptography
|
* cryptography
|
||||||
|
|
||||||
Optional packages
|
Optional packages
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
@ -50,6 +50,7 @@ Domains for which certificates should be obtained/renewed should be configured i
|
|||||||
All configuration files can use yaml (requires PyYAML) or json syntax.
|
All configuration files can use yaml (requires PyYAML) or json syntax.
|
||||||
|
|
||||||
* Example optional global configuration file (YAML syntax):
|
* Example optional global configuration file (YAML syntax):
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
# Required: Authority API endpoint to use
|
# Required: Authority API endpoint to use
|
||||||
@ -139,7 +140,8 @@ mail.example.com smtp.example.com webmail.example.net:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* Example optional global configuration file (JSON syntax):
|
* Example optional global configuration file (JSON syntax):
|
||||||
|
|
||||||
```json
|
```json
|
||||||
---
|
---
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user