k8sCertsFlatify 0.1.0-universal-linux → 0.1.1-universal-linux
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- metadata +10 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b793cf31431c0617d6d38659fc2f25b9a4e364f30d410c72c7c4eaf496db2afd
|
4
|
+
data.tar.gz: b18c35d566c50dd62348c9df571df76cac81361f7e394b935e54b6076a685922
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
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
|