Lets Encrypt nginx SSL certificate renewal via cron

Add below as a cron entry. 1 2 3 #!/bin/bash /path/letsencrypt/letsencrypt-auto --server https://acme-v01.api.letsencrypt.org/directory --renew-by-default -a webroot --webroot-path /webroot/ --email youremail --text --agree-tos --agree-dev-preview -d 7979.us -d www.7979.us auth /etc/init.d/nginx reload Then configure nginx SSL like below. ...

18 November, 2015 · Logan Han

F5 AAM Cache for app generated pages

Dynamic content requires cache-control(max-age) and/or expires header to be cached. ...

16 November, 2015 · Logan Han

Run HTTP POST request from chrome developer tools

Do this from developer mode console. May need to load a page from the same domain to avoid cross domain validation failure. ...

11 November, 2015 · Logan Han

Had a car accident in Victoria? Well, too bad.

I assume everyone reading this well aware about how the car insurance works and maybe made a few claims in past for minor scratches and parking mistakes. That covers the vehicle damages then any injuries and losses caused to human will be taken care by TAC. Until I recently had my first major car crush in my life, that was all I know about TAC and no question asked for past decade for paying extra dollars for it. ...

2 September, 2015 · Logan Han

Contract position

pros: Market standard is 30% extra compare to similar perm position, pro-rata basis. Can claim expense for pretty much all the things, if there’s any. ...

13 May, 2015 · Logan Han