Skip to content

Commit

Permalink
BOSH release: 2.1.0: moar _acme-challenge delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie committed Jan 20, 2021
1 parent 2d49626 commit 7e3d8e2
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ builds:
version: 92746393b7e6e7b63a5c8fb5811ceba91e46ff25d2d4a76b2f318ba7a3dac561
blobstore_id: 730276b0-21fd-4a9f-5030-db91de6e53bf
sha1: sha256:fcbdebc671904e2060fe0f1e2dfba3f7c61d91a331411a3e6e9764b701231bac
9e0d0ccf6cacddba54d43a0803bca04115f58b1d6056d4e57a6a35c6e02acbac:
version: 9e0d0ccf6cacddba54d43a0803bca04115f58b1d6056d4e57a6a35c6e02acbac
blobstore_id: 8c23a4e1-1092-4500-4879-086682641658
sha1: sha256:526d10716c98f41e23b85e494e6fe2e3238d03b92b025079e23bf52fe33606d4
a397bc61a8658ab82a3eaa8459a098ef48ddb7f5c9225f32facd9f468d88bc37:
version: a397bc61a8658ab82a3eaa8459a098ef48ddb7f5c9225f32facd9f468d88bc37
blobstore_id: 9ead6684-4b7c-4abe-5dbe-8f5c3f7a3799
Expand Down
2 changes: 2 additions & 0 deletions bosh-release/releases/sslip.io/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ builds:
version: 1.3.1
520c044f-c0d0-4fd8-72a4-ed482efa2a96:
version: 1.3.0
6f328239-8642-475a-4bf7-e64fd6e7cb31:
version: 2.1.0
7967ba6b-8992-4d38-7fdc-ada9154e39b7:
version: 1.0.0
8298b178-a428-4fc9-4eff-49797db4cf42:
Expand Down
23 changes: 23 additions & 0 deletions bosh-release/releases/sslip.io/sslip.io-2.1.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: sslip.io
version: 2.1.0
commit_hash: 2d49626
uncommitted_changes: true
jobs:
- name: sslip.io-dns-server
version: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
fingerprint: 308acb7c186a042bc2ca4c28b83c9fe7589a64c48ab6a11869c442bcaea8fdf9
sha1: sha256:6ca6f2c11816a82ecb3cf9300ea59369977cbaa7c39eddca35628a7c6b9b5b45
packages:
- sslip.io-dns-server
packages:
- name: golang-1-linux
version: f9b637fa0c031f977d2418949a3182e21fe2d95505595ebfe558a448501a8ad6
fingerprint: f9b637fa0c031f977d2418949a3182e21fe2d95505595ebfe558a448501a8ad6
sha1: sha256:a862fe14c40ee5fa36ebec6db08895846f955e10a22e4e4504081290317316f4
dependencies: []
- name: sslip.io-dns-server
version: 9e0d0ccf6cacddba54d43a0803bca04115f58b1d6056d4e57a6a35c6e02acbac
fingerprint: 9e0d0ccf6cacddba54d43a0803bca04115f58b1d6056d4e57a6a35c6e02acbac
sha1: sha256:526d10716c98f41e23b85e494e6fe2e3238d03b92b025079e23bf52fe33606d4
dependencies:
- golang-1-linux
8 changes: 4 additions & 4 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ These instructions are meant primarily for me when deploying a new BOSH release;
they might not make sense unless you're on my workstation.

```zsh
export OLD_VERSION=1.3.1
export VERSION=2.0.0
export OLD_VERSION=2.0.0
export VERSION=2.1.0
cd ~/go/src/github.com/cunnie/sslip.io
git pull -r
sed -i '' "s~/$OLD_VERSION/~/$VERSION/~g" k8s/document_root/index.html # update the download instructions on the website
Expand All @@ -32,8 +32,8 @@ dig +short txt 127.0.0.1.sslip.io @$IP # no records
dig +short cname sslip.io @$IP # no records
dig +short cname protonmail._domainkey.sslip.io @$IP
echo protonmail.domainkey.dw4gykv5i2brtkjglrf34wf6kbxpa5hgtmg2xqopinhgxn5axo73a.domains.proton.ch.
dig +short ns _acme-challenge.127-0-0-1.sslip.io @$IP
echo 127-0-0-1.sslip.io.
dig a _acme-challenge.127-0-0-1.sslip.io @$IP | grep "^127"
echo "127-0-0-1.sslip.io. 604800 IN A 127.0.0.1"
bosh upload-blobs
bosh create-release \
--final \
Expand Down

0 comments on commit 7e3d8e2

Please sign in to comment.