90% of time using certbot command represents probably 1% - 10% of the man certbot text… But we need community and people of the certbot staff to say what is this little%.
i think I know what you are getting at but clarify it out a bit more.
For example: I have used tool x which has really good documentation. I like the way tool X provides case based examples rather than just a manual.
Case based examples would help me to get the write commands to…
You can always volunteer but generally it’s good to describe an ideal state and how the current state falls short and some suggestion rather than jumping to a solution
Hi @ahaw021, thanks your 5 cents!
… As I expressed before, it is a “Suggestion: let’s create”!
Imagine an old FAQ: we have a good “statistics” about what is frequent (!), and we can show a list to the public (this “frequent questioners”) with a compilation of frequent things (answers to the questions).
How to create a certificate?
How to renew my certificate?
How to delete an item from certificate?
…
Another way to imagine the compilation: the most common Use Cases of the certbot software.
We can start here, with an phrase and a command you can express a case for the Fast Guide…
DRAFT v0.1
Case: create a certificate with one domain. Command: certbot --cert-name xxxx.org
Case: create a certificate with many domains. Command: certbot --cert-name xxxx.org -d aaaaa.com -d aaaaa.org. Tip: the first (xxxx.org) is the Certificate Name.
Case: refresh the certificate. Command: certbot renew
Case: … . Command: …
And cases that have no direct command, as to delete a secondary domain… But only “popular cases”. The main curatory process to write the Fast Guide, is to elect what is frequent/relevant and what is not.
Interestingly, this command won't work as you might expect because a domain should be specified with -d. (If the Apache plugin finds domains in your configuration file, it might ask you wish to use them.) The value of --cert-name for a new domain is arbitrary although Certbot will use one of the subject domains as the name if none is given (but not vice versa: it won't request a certificate for the name specified as --cert-name if it's not also mentioned as -d).
That's a good argument for the existence of a FAQ as you propose.