From 07d75df75ada34ef4b7de9cb07770b19251520f1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 1 Oct 2017 17:21:16 -0300 Subject: Change markdown extension to .md --- domains.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains.md (limited to 'domains.md') diff --git a/domains.md b/domains.md new file mode 100644 index 0000000..d48b24a --- /dev/null +++ b/domains.md @@ -0,0 +1,20 @@ +[[!toc levels=4]] + +Gerenciamento de domínios +========================= + +Começando +--------- + +Proceda com a [configuração do ambiente de trabalho administrativo](/install). + +Checando expiração em massa +--------------------------- + +Necessita o script [domain-check](https://git.sarava.org/?p=puppet-domain_check.git): + + cd $FOLDER/puppet/modules/site_nginx/files + + for file in *; do + domain-check -d $file + done -- cgit v1.2.3