k8sCertsFlatify 0.1.0-universal-linux → 0.1.1-universal-linux

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +10 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 60516c53924fea13e7ec6a4b244942bdf1b413434a4baafa5a45bc34d09190d4
4
- data.tar.gz: 773342e530314e16e1b6f365482ebe836a4b007f14099ad2efc4585b1ee8357a
3
+ metadata.gz: b793cf31431c0617d6d38659fc2f25b9a4e364f30d410c72c7c4eaf496db2afd
4
+ data.tar.gz: b18c35d566c50dd62348c9df571df76cac81361f7e394b935e54b6076a685922
5
5
  SHA512:
6
- metadata.gz: 79a8f0b49a9891ad41c59842cabff067c8895b5f258fc0fa20a39fd1e73ad320f7c062b21a347b299c39a13c766ca3cda499ccd6aba5f834cbbb263f36432189
7
- data.tar.gz: dd67c748b2f549151a7e3b8a57fae375864f7f918f0ff2aaa9c0cf282ffa86c602ed1475934783ad72b6d89e0278e0a809f5f7ae8a2c57a7ec07925c8b71dceb
6
+ metadata.gz: afe644a4d0ff94fd6bc80b4a8652b452521f3cdfacf63c3216a583f7918115453e024f4dd097b1a8a58ed7201e9b77fd2487ffc82ab6a7c988cab0a3ccd2d998
7
+ data.tar.gz: 05b3881ee8bddbe4e89786b190574b8eb4e9bec5ba2882da565d298ccba863b009f18099ba4e788ec0f5500f347256e2369d0f0cdcc113a5ad15b0aca5beb8a9
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: k8sCertsFlatify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: universal-linux
6
6
  authors:
7
7
  - dE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-05 00:00:00.000000000 Z
11
+ date: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curb
@@ -52,7 +52,14 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '4'
55
- description:
55
+ description: |-
56
+ A script which extracts 1 or multiple tls/ssl certificates from a kubernetes cluster to PWD.
57
+ NOTE: Will not check the TLS certificate of the connecting kubernetes cluster as of the current time.
58
+ Switch --kubeconfig/-c <kubernetes kubeconfig file>. If not present default to ~/.kube/config
59
+ switch --namespaces/-n -- Namespace to dump certificates in. If not present, will dump certificates of all namespaces.
60
+ --context/-k -- The context to use in the kubeconfig file.
61
+ --dumpdir/-d -- Dump certificates to this directory instead of PWD
62
+ Will dump certificates in PWD in a directory with the name as the DNS to which the certificate belongs.
56
63
  email: de.techno@gmail.com
57
64
  executables:
58
65
  - k8sCertsFlatify.rb