path53 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.org +28 -0
- data.tar.gz.sig +2 -1
- metadata +1 -1
- metadata.gz.sig +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26becaccfa4c806d3188958d308ced81404e84c4
|
4
|
+
data.tar.gz: 7a3ba6360bf5938bed85c0d4fd722573f834db8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2980037582b456309a1e6c5a0930049a238bea1a2699a083c7ac741e035d3db72c3578180d1a64b2f1c982fa9c10ab3a80bc9435806fd07aa56c219d55d3b43b
|
7
|
+
data.tar.gz: dfe4da204bff2bb69a3fdb1dfa44ee814305434d7bafd056de70741ed698f8e6f3f5fdcbdacbeff823f3d0fa50035bb63d7d7b0ee45b8fab5982aa961825e030
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.org
CHANGED
@@ -17,6 +17,34 @@ validation rules are often surprising. =path53= aims to tame this complexity.
|
|
17
17
|
gem install path53
|
18
18
|
#+END_SRC
|
19
19
|
|
20
|
+
** Trusted Installation
|
21
|
+
|
22
|
+
=path53= is cryptographically signed. You can verify that it hasn't been
|
23
|
+
tampered with (and really should, since calling ~apply!~ acts on your AWS
|
24
|
+
account with your credentials).
|
25
|
+
|
26
|
+
A copy of the public key is included in the repository for verification.
|
27
|
+
Assuming you've cloned the repository to =./path53=, you can add it to your list
|
28
|
+
of trusted keys like so:
|
29
|
+
|
30
|
+
#+BEGIN_SRC shell
|
31
|
+
gem cert --add ./path53/certs/colstrom.cert.pem
|
32
|
+
#+END_SRC
|
33
|
+
|
34
|
+
You can also fetch the key directly from GitHub.
|
35
|
+
|
36
|
+
For modern shells like =fish=, use the following:
|
37
|
+
|
38
|
+
#+BEGIN_SRC shell
|
39
|
+
gem cert --add (curl -s https://raw.githubusercontent.com/colstrom/path53/master/certs/colstrom.cert.pem | psub)
|
40
|
+
#+END_SRC
|
41
|
+
|
42
|
+
For vintage shells like =bash=, use the following:
|
43
|
+
|
44
|
+
#+BEGIN_SRC shell
|
45
|
+
gem cert add <(curl -s https://raw.githubusercontent.com/colstrom/path53/master/certs/colstrom.cert.pem)
|
46
|
+
#+END_SRC
|
47
|
+
|
20
48
|
* Usage
|
21
49
|
|
22
50
|
First, we need to require it.
|
data.tar.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
�
|
1
|
+
�oS�`���//4�hbu�
|
2
|
+
p�=���Sy�4T�pz���1�[��ҁk1���S�j�Go^�t�1�]D�8x)'������sG��)�G����X�x���^��8H�H{%�H����vZ�Y�z{�|�Y���קs"_�� �N^��L7���Ǩ̷VL�B�m��x�Y�2�!�c��9P�
|
metadata
CHANGED
metadata.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
�
|
2
|
-
����}ʍ虏H��N�P��S�s�� ��@��P%�r+Z2X"F��6���L}a1����}{��^�R����ܝ˫�)e�� o�͖��L�
�Mn
|
1
|
+
��Fƕ�P4���o5������|�7�~���>�X*C�f��Mn��ls�@���FE�5ϊ/�����>�G�Ŗ�ѕӴ����zDھ�[��(�,�yp�&�09�jEI���c�v`��G�Co鱾�bw{U�:_m��A�5��1��ΞI�{Jk�ɟǠ���P�Bp2���=�?��]���h�5gћ{[��a�v����.�Nh�S�( ���C�/~m�F�{�{�ab�����G�t�ˬ�q��"ȋH�ގ���Q�v
|