Skip to content

Instantly share code, notes, and snippets.

View c3b-watzefak's full-sized avatar

Eibo Richter c3b-watzefak

  • C3b private projects
  • Chemnitz, Germany
View GitHub Profile
@c3b-watzefak
c3b-watzefak / c3b.info.conf
Last active April 29, 2016 08:17
Configuration of nginx reverse proxy for gold/ghost on c3b.info
upstream ghost_upstream {
server 127.0.0.1:2368;
keepalive 64;
}
server {
listen 80;
listen [::]:80;
@c3b-watzefak
c3b-watzefak / run_letsencrypt
Created April 28, 2016 08:08 — forked from lgg/run_letsencrypt
Let's encrypt auto authenticator runner for multiply domains
#!/bin/bash
#Vars
web_service='nginx'
config_path='/usr/local/letssl/'
le_path='/opt/letsencrypt'
exp_limit=20;
#Func
function check_ssl {