The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| Verifying my Blockstack ID is secured with the address 17h6UBezGHVWVwLBZJwQC8tCzNm6YRk4u9 https://explorer.blockstack.org/address/17h6UBezGHVWVwLBZJwQC8tCzNm6YRk4u9 |
| #! /bin/sh | |
| . ./tests/integration/_common.sh | |
| cb() { | |
| certbot_test \ | |
| --authenticator standalone \ | |
| --installer null \ | |
| "$@" | |
| } |
| [ | |
| { | |
| "Certificate Name": "le.wtf", | |
| "Domains": [ | |
| "le.wtf", | |
| "le1.wtf" | |
| ], | |
| "Expiry Date": "2017-03-21 21:30:00+00:00 (VALID: 89 days)", | |
| "Certificate Path": "/tmp/leitrRhB/conf/live/le.wtf/fullchain.pem", | |
| "Private Key Path": "/tmp/leitrRhB/conf/live/le.wtf/privkey.pem", |
| #!/usr/bin/perl | |
| # Open file | |
| $file = $ARGV[0]; | |
| open(FH, '<', $file); | |
| @raw_data = <FH>; | |
| close(FH); | |
| # Create array to store all jasper vars found | |
| @vars = (); | |
| # Search for Jasper vars like $P{word} or $P!{word} |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer