Skip to content

Commit 9bd8d63

Browse files
author
Jens
committed
Update README.md
1 parent 25c525c commit 9bd8d63

File tree

1 file changed

+15
-29
lines changed

1 file changed

+15
-29
lines changed

README.md

Lines changed: 15 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -156,24 +156,15 @@ This script creates a Let's Encrypt certificate usable for DANE. The script crea
156156
```
157157

158158
##### Mandatory Parameters
159-
**<countryName>** - Needed for signing request, your country (e.g. DE)
160-
161-
**<stateOrProvince>** - Needed for signing request, your state (e.g. Hessen)
162-
163-
**<localityName>** - Needed for signing request, your city (e.g. Limburg)
164-
165-
**<postalCode>** - Needed for signing request, your postal code (e.g 65xxx)
166-
167-
**<streetAddress>** - Needed for signing request, your street address (e.g. "xxx xxx")
168-
169-
**<organizationName>** - Needed for signing request, your name (e.g. "Jens Hartlep")
170-
171-
**<organizationalUnitName>** - Needed for signing request, your OUName (e.g. IT)
172-
173-
**<commonName>** - Needed for signing request, your domain.tld (e.g. example.com)
174-
175-
**<emailAddress>** - Needed for signing request, your email address (e.g. admin@example.com)
176-
159+
**<countryName>** - Needed for signing request, your country (e.g. DE)
160+
**<stateOrProvince>** - Needed for signing request, your state (e.g. Hessen)
161+
**<localityName>** - Needed for signing request, your city (e.g. Limburg)
162+
**<postalCode>** - Needed for signing request, your postal code (e.g 65xxx)
163+
**<streetAddress>** - Needed for signing request, your street address (e.g. "xxx xxx")
164+
**<organizationName>** - Needed for signing request, your name (e.g. "Jens Hartlep")
165+
**<organizationalUnitName>** - Needed for signing request, your OUName (e.g. IT)
166+
**<commonName>** - Needed for signing request, your domain.tld (e.g. example.com)
167+
**<emailAddress>** - Needed for signing request, your email address (e.g. admin@example.com)
177168
**<subjectAltName>** - Needed for singing request, your (sub)domains for the certificate (e.g. DNS:example.com,DNS:www.example.com)
178169

179170
##### Optional Parameters
@@ -235,14 +226,9 @@ The following ports are allowed by this script
235226
## Miscellaneous
236227
Some links, tools, and sources in arbitrary order for the scripts above...
237228

238-
https://de.ssl-tools.net/
239-
240-
https://thomas-leister.de/
241-
242-
https://blog.kiefer-networks.de/
243-
244-
https://mailcow.email/
245-
246-
https://www.digitalocean.com/community/tutorials
247-
248-
https://letsencrypt.org/howitworks/
229+
https://de.ssl-tools.net/
230+
https://thomas-leister.de/
231+
https://blog.kiefer-networks.de/
232+
https://mailcow.email/
233+
https://www.digitalocean.com/community/tutorials
234+
https://letsencrypt.org/howitworks/

0 commit comments

Comments
 (0)