Skip to content
Snippets Groups Projects
Select Git revision
  • fd1c5d8476790c9ea34dda6aa5fadee4fd77a0e2
  • master default protected
  • lintian-fixes
  • renovate/github.com-miekg-dns-1.x
  • renovate/golang.org-x-crypto-digest
5 results

README.md

Blame
  • Forked from ai3 / tools / acmeserver
    Source project has a limited visibility.
    • ale's avatar
      69d65dfa
      Refactor of the code · 69d65dfa
      ale authored
      Add dns-01 support, make the code more readable, add a testing
      mode that will generate self-signed certificates (for test
      environments that are not reachable from outside).
      69d65dfa
      History
      Refactor of the code
      ale authored
      Add dns-01 support, make the code more readable, add a testing
      mode that will generate self-signed certificates (for test
      environments that are not reachable from outside).
    firewall.service 172 B
    [Unit]
    Description=Set up firewall
    
    [Service]
    Type=oneshot
    EnvironmentFile=-/etc/default/firewall
    ExecStart=/usr/sbin/update-firewall
    
    [Install]
    WantedBy=multi-user.target