certie 0.0.6 → 0.0.7
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
- data/bin/certie +4 -0
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8358a82f1572ae72b8da92c1d397123ae63aea3d5d52912913bfe8618bd809d6
|
|
4
|
+
data.tar.gz: f98e455d5ab1ddafbd77a16a2d13cca755e7818ec696dc3a863cab78624d12d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f578976d7ed2da9136949de2a63aedef3eb3c9b269ea4e2292f9b1a142747f0e85e29d9b3522651417a3da00f39ee1bd1bef7dd30bc582c3a00755a68156a98
|
|
7
|
+
data.tar.gz: f8eb1ed4c80a59ce60228ae7a04af97b5576a9a6ff57214737dbc9932118ef8c5d759eaf48d37b2a0b4ec598b5bd7bc653ff02fdff91c0d30986757f8a7e13b3
|
data/bin/certie
CHANGED
|
@@ -4,6 +4,10 @@ require 'certie'
|
|
|
4
4
|
def show_usage
|
|
5
5
|
puts "Usage: #{$0} <common_name>"
|
|
6
6
|
puts "Example: #{$0} example.com"
|
|
7
|
+
puts ''
|
|
8
|
+
puts 'The subject prefix can be set by performing the following'
|
|
9
|
+
puts 'cat > ~/.certie_subjprefix'
|
|
10
|
+
puts '/C=AE/ST=Dubai/L=Dubai/O=Pocket Theories/OU=Engineering'
|
|
7
11
|
end
|
|
8
12
|
|
|
9
13
|
ARGV.each do |iterarg|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: certie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Katkam Nitin Reddy
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2022-07-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: openssl
|
|
@@ -24,8 +24,8 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 2.2.0
|
|
27
|
-
description:
|
|
28
|
-
email:
|
|
27
|
+
description:
|
|
28
|
+
email:
|
|
29
29
|
executables:
|
|
30
30
|
- certie
|
|
31
31
|
extensions: []
|
|
@@ -33,10 +33,10 @@ extra_rdoc_files: []
|
|
|
33
33
|
files:
|
|
34
34
|
- bin/certie
|
|
35
35
|
- lib/certie.rb
|
|
36
|
-
homepage:
|
|
36
|
+
homepage:
|
|
37
37
|
licenses: []
|
|
38
38
|
metadata: {}
|
|
39
|
-
post_install_message:
|
|
39
|
+
post_install_message:
|
|
40
40
|
rdoc_options: []
|
|
41
41
|
require_paths:
|
|
42
42
|
- lib
|
|
@@ -51,8 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
- !ruby/object:Gem::Version
|
|
52
52
|
version: '0'
|
|
53
53
|
requirements: []
|
|
54
|
-
rubygems_version: 3.
|
|
55
|
-
signing_key:
|
|
54
|
+
rubygems_version: 3.1.6
|
|
55
|
+
signing_key:
|
|
56
56
|
specification_version: 4
|
|
57
57
|
summary: A utility for generating certificates
|
|
58
58
|
test_files: []
|