changeset 35 | b524ac24e926 |
parent 34 | 68975e7d5237 |
child 36 | dc0a281349d1 |
34:68975e7d5237 | 35:b524ac24e926 |
---|---|
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 |
3 mkdir /srv/www/letsencrypt |
3 mkdir -p /srv/www/letsencrypt |
4 |
4 |
5 # service apache2 stop |
5 # service apache2 stop |
6 # --standalone |
6 # --standalone |
7 |
7 |
8 # Command requires Apache or Lighttpd running and aliasing (no need to stop Apache!): |
8 # Command requires Apache or Lighttpd running and aliasing (no need to stop Apache!): |