puppet 8.0.1-universal-darwin → 8.2.0-universal-darwin

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/CODEOWNERS +5 -5
  3. data/Gemfile.lock +47 -39
  4. data/ext/project_data.yaml +1 -1
  5. data/lib/puppet/defaults.rb +37 -7
  6. data/lib/puppet/http/client.rb +12 -5
  7. data/lib/puppet/http/service/ca.rb +32 -2
  8. data/lib/puppet/node/environment.rb +6 -4
  9. data/lib/puppet/pops/evaluator/deferred_resolver.rb +20 -3
  10. data/lib/puppet/ssl/oids.rb +2 -0
  11. data/lib/puppet/ssl/ssl_provider.rb +1 -1
  12. data/lib/puppet/ssl/state_machine.rb +143 -14
  13. data/lib/puppet/thread_local.rb +1 -4
  14. data/lib/puppet/version.rb +1 -1
  15. data/lib/puppet/x509/cert_provider.rb +29 -0
  16. data/locales/puppet.pot +2346 -2310
  17. data/man/man5/puppet.conf.5 +31 -3
  18. data/man/man8/puppet-agent.8 +1 -1
  19. data/man/man8/puppet-apply.8 +1 -1
  20. data/man/man8/puppet-catalog.8 +1 -1
  21. data/man/man8/puppet-config.8 +1 -1
  22. data/man/man8/puppet-describe.8 +1 -1
  23. data/man/man8/puppet-device.8 +1 -1
  24. data/man/man8/puppet-doc.8 +1 -1
  25. data/man/man8/puppet-epp.8 +1 -1
  26. data/man/man8/puppet-facts.8 +1 -1
  27. data/man/man8/puppet-filebucket.8 +1 -1
  28. data/man/man8/puppet-generate.8 +1 -1
  29. data/man/man8/puppet-help.8 +1 -1
  30. data/man/man8/puppet-lookup.8 +1 -1
  31. data/man/man8/puppet-module.8 +1 -1
  32. data/man/man8/puppet-node.8 +1 -1
  33. data/man/man8/puppet-parser.8 +1 -1
  34. data/man/man8/puppet-plugin.8 +1 -1
  35. data/man/man8/puppet-report.8 +1 -1
  36. data/man/man8/puppet-resource.8 +1 -1
  37. data/man/man8/puppet-script.8 +1 -1
  38. data/man/man8/puppet-ssl.8 +1 -1
  39. data/man/man8/puppet.8 +2 -2
  40. data/spec/fixtures/ssl/127.0.0.1-key.pem +107 -107
  41. data/spec/fixtures/ssl/127.0.0.1.pem +52 -51
  42. data/spec/fixtures/ssl/bad-basic-constraints.pem +56 -56
  43. data/spec/fixtures/ssl/bad-int-basic-constraints.pem +53 -53
  44. data/spec/fixtures/ssl/ca.pem +54 -54
  45. data/spec/fixtures/ssl/crl.pem +26 -26
  46. data/spec/fixtures/ssl/ec-key.pem +11 -11
  47. data/spec/fixtures/ssl/ec.pem +33 -32
  48. data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
  49. data/spec/fixtures/ssl/encrypted-key.pem +108 -108
  50. data/spec/fixtures/ssl/intermediate-agent-crl.pem +26 -26
  51. data/spec/fixtures/ssl/intermediate-agent.pem +56 -56
  52. data/spec/fixtures/ssl/intermediate-crl.pem +29 -29
  53. data/spec/fixtures/ssl/intermediate.pem +53 -53
  54. data/spec/fixtures/ssl/oid-key.pem +107 -107
  55. data/spec/fixtures/ssl/oid.pem +51 -50
  56. data/spec/fixtures/ssl/pluto-key.pem +107 -107
  57. data/spec/fixtures/ssl/pluto.pem +52 -51
  58. data/spec/fixtures/ssl/renewed.pem +67 -0
  59. data/spec/fixtures/ssl/request-key.pem +107 -107
  60. data/spec/fixtures/ssl/request.pem +50 -48
  61. data/spec/fixtures/ssl/revoked-key.pem +107 -107
  62. data/spec/fixtures/ssl/revoked.pem +51 -50
  63. data/spec/fixtures/ssl/signed-key.pem +107 -107
  64. data/spec/fixtures/ssl/signed.pem +49 -48
  65. data/spec/fixtures/ssl/tampered-cert.pem +51 -50
  66. data/spec/fixtures/ssl/tampered-csr.pem +50 -48
  67. data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +107 -107
  68. data/spec/fixtures/ssl/unknown-127.0.0.1.pem +50 -49
  69. data/spec/fixtures/ssl/unknown-ca-key.pem +107 -107
  70. data/spec/fixtures/ssl/unknown-ca.pem +54 -54
  71. data/spec/integration/application/agent_spec.rb +63 -13
  72. data/spec/integration/application/apply_spec.rb +14 -0
  73. data/spec/integration/http/client_spec.rb +16 -0
  74. data/spec/lib/puppet/test_ca.rb +3 -10
  75. data/spec/unit/application/lookup_spec.rb +1 -0
  76. data/spec/unit/defaults_spec.rb +2 -40
  77. data/spec/unit/file_system/path_pattern_spec.rb +15 -0
  78. data/spec/unit/http/service/ca_spec.rb +83 -0
  79. data/spec/unit/ssl/ssl_provider_spec.rb +20 -0
  80. data/spec/unit/ssl/state_machine_spec.rb +143 -3
  81. data/spec/unit/x509/cert_provider_spec.rb +49 -0
  82. data/tasks/generate_cert_fixtures.rake +4 -0
  83. metadata +5 -9
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPETCONF" "5" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -163,6 +163,20 @@ The port to use for the certificate authority\.
163
163
  .
164
164
  .IP "" 0
165
165
  .
166
+ .SS "ca_refresh_interval"
167
+ How often the Puppet agent refreshes its local CA certs\. By default the CA certs are refreshed once every 24 hours\. If a different duration is specified, then the agent will refresh its CA certs whenever it next runs and the elapsed time since the certs were last refreshed exceeds the duration\.
168
+ .
169
+ .P
170
+ In general, the duration should be greater than the \fBruninterval\fR\. Setting it to 0 or an equal or lesser value than \fBruninterval\fR, will cause the CA certs to be refreshed on every run\.
171
+ .
172
+ .P
173
+ If the agent downloads new CA certs, the agent will use it for subsequent network requests\. If the refresh request fails or if the CA certs are unchanged on the server, then the agent run will continue using the local CA certs it already has\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
174
+ .
175
+ .IP "\(bu" 4
176
+ \fIDefault\fR: \fB1d\fR
177
+ .
178
+ .IP "" 0
179
+ .
166
180
  .SS "ca_server"
167
181
  The server to use for certificate authority requests\. It\'s a separate server because it cannot and does not need to horizontally scale\.
168
182
  .
@@ -395,7 +409,7 @@ Prints the value of a specific configuration setting\. If the name of a setting
395
409
  How often the Puppet agent refreshes its local CRL\. By default the CRL is refreshed once every 24 hours\. If a different duration is specified, then the agent will refresh its CRL whenever it next runs and the elapsed time since the CRL was last refreshed exceeds the duration\.
396
410
  .
397
411
  .P
398
- In general, the duration should be greater than the \fBruninterval\fR\. Setting it to an equal or lesser value will cause the CRL to be refreshed on every run\.
412
+ In general, the duration should be greater than the \fBruninterval\fR\. Setting it to 0 or an equal or lesser value than \fBruninterval\fR, will cause the CRL to be refreshed on every run\.
399
413
  .
400
414
  .P
401
415
  If the agent downloads a new CRL, the agent will use it for subsequent network requests\. If the refresh request fails or if the CRL is unchanged on the server, then the agent run will continue using the local CRL it already has\.This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
@@ -834,6 +848,20 @@ Where individual hosts store and look for their certificates\.
834
848
  .
835
849
  .IP "" 0
836
850
  .
851
+ .SS "hostcert_renewal_interval"
852
+ How often the Puppet agent refreshes its client certificate\. By default the client certificate is refreshed once every 30 days\. If a different duration is specified, then the agent will refresh its client certificate whenever it next runs and the elapsed time since the client certificate was last refreshed exceeds the duration\.
853
+ .
854
+ .P
855
+ In general, the duration should be greater than the \fBruninterval\fR\. Setting it to 0 will disable automatic renewal\.
856
+ .
857
+ .P
858
+ If the agent downloads a new certificate, the agent will use it for subsequent network requests\. If the refresh request fails, then the agent run will continue using the certificate it already has\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
859
+ .
860
+ .IP "\(bu" 4
861
+ \fIDefault\fR: \fB30d\fR
862
+ .
863
+ .IP "" 0
864
+ .
837
865
  .SS "hostcrl"
838
866
  Where the host\'s certificate revocation list can be found\. This is distinct from the certificate authority\'s CRL\.
839
867
  .
@@ -945,7 +973,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
945
973
  The HTTP User\-Agent string to send when making network requests\.
946
974
  .
947
975
  .IP "\(bu" 4
948
- \fIDefault\fR: \fBPuppet/8\.0\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
976
+ \fIDefault\fR: \fBPuppet/8\.2\.0 Ruby/3\.1\.1\-p18 (x86_64\-linux)\fR
949
977
  .
950
978
  .IP "" 0
951
979
  .
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-AGENT" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-AGENT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-agent\fR \- The puppet agent daemon
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-APPLY" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-APPLY" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-apply\fR \- Apply Puppet manifests locally
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CATALOG" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CATALOG" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-catalog\fR \- Compile, save, view, and convert catalogs\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-CONFIG" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-CONFIG" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-config\fR \- Interact with Puppet\'s settings\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DESCRIBE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DESCRIBE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-describe\fR \- Display help about resource types
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DEVICE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DEVICE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-device\fR \- Manage remote network devices
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-DOC" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-DOC" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-doc\fR \- Generate Puppet references
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-EPP" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-EPP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-epp\fR \- Interact directly with the EPP template parser/renderer\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FACTS" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FACTS" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-facts\fR \- Retrieve and store facts\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-FILEBUCKET" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-FILEBUCKET" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-filebucket\fR \- Store and retrieve files in a filebucket
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-GENERATE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-GENERATE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-generate\fR \- Generates Puppet code from Ruby definitions\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-HELP" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-HELP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-help\fR \- Display Puppet help\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-LOOKUP" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-LOOKUP" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-lookup\fR \- Interactive Hiera lookup
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-MODULE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-MODULE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-module\fR \- Creates, installs and searches for modules on the Puppet Forge\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-NODE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-NODE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-node\fR \- View and manage node definitions\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-PARSER" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PARSER" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-parser\fR \- Interact directly with the parser\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-PLUGIN" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-PLUGIN" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-plugin\fR \- Interact with the Puppet plugin system\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-REPORT" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-REPORT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-report\fR \- Create, display, and submit reports\.
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-RESOURCE" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-RESOURCE" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-resource\fR \- The resource abstraction layer shell
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-SCRIPT" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SCRIPT" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-script\fR \- Run a puppet manifests as a script without compiling a catalog
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET\-SSL" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET\-SSL" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\-ssl\fR \- Manage SSL keys and certificates for puppet SSL clients
data/man/man8/puppet.8 CHANGED
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPET" "8" "April 2023" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPET" "8" "August 2023" "Puppet, Inc." "Puppet manual"
5
5
  .
6
6
  .SH "NAME"
7
7
  \fBpuppet\fR
@@ -25,4 +25,4 @@ Specialized:
25
25
  catalog Compile, save, view, and convert catalogs\. describe Display help about resource types device Manage remote network devices doc Generate Puppet references epp Interact directly with the EPP template parser/renderer\. facts Retrieve and store facts\. filebucket Store and retrieve files in a filebucket generate Generates Puppet code from Ruby definitions\. node View and manage node definitions\. parser Interact directly with the parser\. plugin Interact with the Puppet plugin system\. script Run a puppet manifests as a script without compiling a catalog ssl Manage SSL keys and certificates for puppet SSL clients
26
26
  .
27
27
  .P
28
- See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v8\.0\.0
28
+ See \'puppet help \fIsubcommand\fR \fIaction\fR\' for help on a specific subcommand action\. See \'puppet help \fIsubcommand\fR\' for help on a specific subcommand\. Puppet v8\.2\.0
@@ -1,117 +1,117 @@
1
- RSA Private-Key: (2048 bit, 2 primes)
1
+ Private-Key: (2048 bit, 2 primes)
2
2
  modulus:
3
- 00:df:40:52:59:4f:eb:dd:d8:06:f5:c0:e8:eb:11:
4
- 52:31:80:a1:45:8e:3e:07:81:5c:cd:90:ea:2a:d0:
5
- 84:d3:6d:54:8a:78:0c:6b:34:eb:fc:dd:90:e9:9a:
6
- 5a:23:24:3b:31:99:17:d9:06:70:a8:51:95:68:50:
7
- 9d:59:aa:76:2f:28:18:99:81:be:ca:1d:79:75:8b:
8
- 85:3c:a4:05:39:06:f6:d8:25:13:54:e8:bb:d2:b4:
9
- 30:35:9e:10:64:2d:25:44:2a:f8:75:1f:60:ec:8a:
10
- 57:fc:fe:4d:57:f2:9c:e2:0d:6b:c5:f7:2d:ce:f5:
11
- 9e:93:f8:83:1a:b6:94:e3:c0:e2:b2:56:92:7e:e5:
12
- d2:bd:f8:3c:9d:07:b4:85:93:77:5f:62:bd:ba:0e:
13
- 30:cc:77:46:07:2a:6a:aa:18:bf:0c:f0:23:ef:7d:
14
- d9:84:86:35:3e:b5:76:1a:02:f3:9a:11:70:3f:f0:
15
- 6d:58:d1:2a:19:f8:e1:ed:77:ab:0a:e7:98:12:33:
16
- 5e:f9:b0:a8:f8:a5:98:c9:4e:3f:6c:01:8a:94:30:
17
- c9:19:a1:29:46:18:5e:83:9f:9d:2a:cb:70:db:8a:
18
- de:ca:2d:c1:47:82:ba:0b:20:b9:20:09:3c:1d:1c:
19
- 62:77:a7:85:83:5a:08:28:34:6b:75:e1:cd:7b:b7:
20
- e7:e5
3
+ 00:d0:13:11:3b:81:35:76:84:fb:b6:4e:c6:e2:7d:
4
+ 1a:16:a5:88:08:dd:50:fd:08:04:a6:ea:a0:6d:09:
5
+ 8c:f2:bf:68:4b:a0:7b:68:84:b3:e4:51:e1:62:3c:
6
+ 68:06:c8:38:3b:0a:a5:8b:da:87:25:cd:2a:76:0b:
7
+ 82:71:89:5b:11:57:cb:dd:b5:ec:75:56:06:a1:26:
8
+ 57:08:54:2d:83:c9:2f:83:f6:d0:e0:c3:ee:78:14:
9
+ 47:f4:5b:ed:54:6a:93:fe:f0:68:a4:fa:93:8c:72:
10
+ f0:4b:84:f9:94:a2:ed:d8:83:79:9a:0c:c7:d4:33:
11
+ 8e:e6:76:fd:cc:93:e3:3a:b7:56:97:85:f9:87:7e:
12
+ a9:60:e2:fd:35:9e:31:6b:2e:cb:86:47:e2:67:08:
13
+ fe:13:52:aa:64:d4:7c:76:09:b5:99:17:19:ed:6b:
14
+ 76:6c:e8:09:b5:98:06:59:c0:4a:1a:0a:a5:f9:0a:
15
+ 73:7c:56:46:32:17:80:3f:09:fa:a7:00:bb:a6:8b:
16
+ d0:20:83:fe:ab:3c:a6:bf:ed:e6:e4:71:5e:8a:12:
17
+ da:65:2a:9a:c9:9a:bd:a7:d4:56:c5:42:b9:bc:0f:
18
+ 0d:19:35:d1:72:37:30:e0:28:0f:36:91:a2:7b:e3:
19
+ 62:37:0e:5c:ba:0d:26:dc:0a:66:b3:18:ed:6e:d1:
20
+ 63:b7
21
21
  publicExponent: 65537 (0x10001)
22
22
  privateExponent:
23
- 00:bc:48:9b:2b:07:e4:7d:2c:fc:71:b7:48:b9:37:
24
- da:82:35:61:ce:2f:b0:d0:d3:a1:59:1d:a6:e0:85:
25
- 0c:00:e4:6c:30:7c:1e:bd:2b:dc:fb:5e:42:21:42:
26
- 34:52:fe:f3:8d:58:f8:6b:e8:aa:8a:ca:83:9f:7e:
27
- 9d:b6:49:b5:72:ff:f5:ff:41:15:8f:90:5c:27:6e:
28
- 8b:e8:20:cc:e6:d3:a0:cb:9a:39:3b:9b:2d:0c:ff:
29
- 3a:c9:7d:8d:85:6f:2d:c6:d8:16:c3:70:bb:65:c3:
30
- 27:82:0f:57:5b:9d:1a:02:ec:1e:c0:cf:3e:ab:15:
31
- 2b:b0:d0:1e:82:21:0a:61:29:70:2a:34:5b:15:18:
32
- 67:30:5e:88:ad:d9:e4:59:61:7f:cc:4b:b2:9a:cf:
33
- ac:49:fe:49:63:0a:14:db:89:49:22:6f:64:8b:bc:
34
- 62:4d:61:44:05:be:cc:5c:0c:2f:0e:fa:5f:6a:2e:
35
- 10:64:a4:db:86:1a:a9:da:1a:0d:ce:57:ec:c1:03:
36
- 7a:00:bd:49:31:b4:8b:bd:56:99:a2:14:dd:78:82:
37
- ea:09:9f:74:12:bd:45:56:b5:6e:ee:d6:69:47:68:
38
- e6:6d:75:ea:87:e1:6a:88:8b:b1:c2:7a:ae:35:89:
39
- a3:3c:86:97:d1:de:ba:14:2b:d0:d1:3e:d7:af:92:
40
- 86:01
23
+ 1a:08:60:ae:10:b6:e7:2a:b1:31:78:7e:b2:a4:93:
24
+ 48:85:12:55:85:97:15:e9:54:67:ab:d0:41:84:21:
25
+ e1:d7:27:cd:da:78:c6:35:60:2a:6f:42:23:1f:ca:
26
+ a6:1a:93:ca:73:45:0e:0f:db:bb:d3:84:fd:fa:e7:
27
+ a9:9b:d5:4c:80:af:0d:80:ae:e2:69:4e:70:08:13:
28
+ 78:83:cb:a4:02:de:52:84:e5:52:51:c1:3a:bd:d2:
29
+ d8:d4:4d:87:b3:c3:eb:70:19:af:96:78:32:68:c8:
30
+ fe:b1:d6:e6:0d:52:73:b5:d3:57:7e:44:dc:1c:4d:
31
+ 43:31:5d:04:a4:f6:17:88:d1:c2:3c:05:a0:e9:06:
32
+ a4:00:0a:db:5d:1b:1d:77:64:fd:b5:23:57:27:9c:
33
+ 91:2f:da:7a:81:a4:3e:fe:e0:f2:5e:00:b7:55:02:
34
+ 84:b0:07:17:f9:64:4a:a2:61:4e:9b:48:85:d7:5b:
35
+ 34:c3:e6:d2:01:9d:20:3f:76:db:7d:f0:96:f8:80:
36
+ 2c:f0:f2:88:8a:99:be:49:20:05:8b:64:aa:54:4b:
37
+ 5b:d5:75:d7:30:0d:29:4a:07:c2:06:77:f5:b6:bc:
38
+ 68:8d:eb:98:30:6e:42:f6:1d:da:8d:0a:bd:ad:11:
39
+ eb:44:01:17:e8:a1:55:06:76:37:84:9c:af:ce:fd:
40
+ 81
41
41
  prime1:
42
- 00:fc:aa:e9:66:8b:09:55:59:35:21:19:ff:72:8a:
43
- 47:cc:ed:36:24:3a:6c:ee:81:75:cd:aa:6d:af:1f:
44
- 4d:83:a5:e5:77:c8:a2:de:72:11:a0:72:af:79:0a:
45
- b5:b0:e5:e4:28:75:11:b5:56:eb:86:32:f0:32:1f:
46
- 1d:a8:26:9f:40:d7:6c:ae:7c:7d:90:27:39:95:0f:
47
- 6b:0a:91:3e:03:c1:e8:04:01:2e:16:a0:dc:6e:70:
48
- 9f:1a:17:c1:7e:65:ea:4c:2d:33:00:23:83:d9:3b:
49
- f7:a5:0b:5f:f5:a9:65:7d:bd:1e:79:e9:24:62:a3:
50
- 49:d7:d2:6f:5f:9e:2e:03:75
42
+ 00:f8:0b:a4:03:60:bf:e6:54:b2:c3:8f:63:a4:71:
43
+ 50:84:81:9b:80:fb:19:ce:f1:68:39:8b:0e:65:a6:
44
+ 3a:f3:78:00:7b:83:bf:4a:dc:49:bc:9e:42:fd:7e:
45
+ 69:e9:13:56:cb:f9:78:e1:8e:f5:13:fc:dd:a5:5a:
46
+ 0d:24:2c:06:57:1d:fe:b4:23:88:6d:a1:91:53:72:
47
+ 9c:95:4f:93:31:26:54:a2:49:c2:a7:ca:c7:a5:94:
48
+ 0d:15:2e:8e:a3:54:3a:ee:6f:fd:2d:52:55:ed:22:
49
+ 84:53:29:51:de:2d:98:3e:22:82:60:e8:96:34:a7:
50
+ d0:31:9a:19:f7:d2:db:27:37
51
51
  prime2:
52
- 00:e2:32:17:38:94:ba:d3:63:eb:a3:83:77:09:4f:
53
- ef:52:ef:ce:1e:86:b2:4e:bc:30:eb:67:f2:c1:aa:
54
- be:04:fd:c5:76:43:15:e7:7f:f7:c7:a3:6f:e9:e3:
55
- df:7e:ad:9c:a1:eb:ee:dc:ad:6d:bc:4e:88:1c:d4:
56
- d1:5c:1d:21:f0:7a:19:4d:cc:0d:4b:37:08:34:8d:
57
- ac:1c:fd:3a:e9:f3:5e:f3:f2:5a:1c:15:76:38:d3:
58
- ff:b5:2f:fd:59:37:c6:86:6e:29:4b:10:01:75:f0:
59
- 5e:46:aa:ab:32:e3:0f:4c:72:e7:36:d7:5a:9b:76:
60
- e2:08:09:32:49:30:ac:f4:b1
52
+ 00:d6:bf:47:ab:68:ce:0b:0f:1a:13:fb:ce:ca:66:
53
+ e4:a5:dd:a0:7f:d2:77:89:66:5f:08:33:6c:1d:e1:
54
+ 0d:b7:d5:88:bb:00:4b:0f:85:9c:83:42:9f:01:64:
55
+ e0:c5:0f:5d:19:4b:bc:af:71:7d:5e:eb:7b:aa:69:
56
+ 75:11:75:81:4c:42:f4:b2:8a:29:7e:7a:1b:e6:a3:
57
+ b2:20:6f:07:b9:f9:03:8e:5a:2a:af:f5:5a:2d:a0:
58
+ 00:db:b6:22:e8:8d:1d:d0:69:3d:01:e9:05:eb:8b:
59
+ 2c:89:77:c3:a3:10:57:2c:7f:e3:70:72:d3:56:9f:
60
+ 72:b9:ea:07:56:02:00:e7:81
61
61
  exponent1:
62
- 44:c4:8b:a3:d2:21:a7:2e:11:6c:c1:f3:a9:8c:03:
63
- 40:be:2b:27:2f:13:a8:d2:69:6a:a1:81:1a:d1:ad:
64
- 3a:30:73:c4:e7:41:94:c3:7d:12:ab:44:20:f0:8e:
65
- 44:e8:3c:f1:d9:f3:08:e4:f0:53:65:17:c4:bc:7d:
66
- 48:df:c2:26:56:bb:88:bd:ef:3a:c5:c2:41:54:a1:
67
- f0:8d:59:50:92:7d:00:62:05:d6:38:cf:e5:eb:17:
68
- 12:75:f6:be:dd:24:28:b9:80:91:00:19:89:8d:6d:
69
- b8:68:e1:24:2e:87:a5:f2:4c:12:28:27:34:05:77:
70
- 3a:9b:56:9e:b2:a1:99:65
62
+ 00:d0:80:70:78:ca:6d:e4:be:53:9a:21:40:ff:ec:
63
+ a4:63:0d:d3:5a:43:38:79:84:e1:38:65:94:4f:8b:
64
+ c0:c8:01:9a:5e:38:eb:a6:90:af:86:d6:7d:b7:39:
65
+ f8:eb:0b:ef:8c:fc:02:49:8f:f2:a0:bf:90:cc:ba:
66
+ 7a:8b:6a:5a:56:06:87:a0:82:b1:de:7d:ce:7c:17:
67
+ be:59:a0:0f:39:64:60:06:1e:fc:7a:30:f1:4b:54:
68
+ bc:fe:8e:29:26:4f:da:4d:ad:63:63:22:6f:ca:2a:
69
+ 96:92:95:0c:15:37:bc:5e:96:81:83:d6:5e:d4:9a:
70
+ 2f:5e:52:8b:fb:8e:89:db:57
71
71
  exponent2:
72
- 00:d3:3b:d7:f7:9c:dd:43:9f:e2:64:56:d7:09:39:
73
- 3e:d4:02:e2:48:1b:9d:d4:6d:66:79:d0:1f:21:c0:
74
- e3:a7:21:9e:0f:ac:e2:7d:c8:41:8a:8c:14:6d:25:
75
- c2:87:38:76:37:b8:6e:de:62:8f:41:f5:4c:a3:30:
76
- 13:3b:a4:71:17:73:ce:c1:9a:37:27:f0:82:97:21:
77
- 5e:83:cb:f0:02:9e:a6:23:c6:45:64:48:9e:98:bf:
78
- 51:e2:d0:a8:15:73:42:d0:33:7c:18:7f:1f:fe:15:
79
- b4:d4:e5:78:ef:12:a0:2c:d2:79:1d:fb:ca:bf:b8:
80
- 2b:a9:39:7d:5e:60:38:84:61
72
+ 5b:99:de:05:64:c0:37:01:6b:1b:49:16:ed:49:34:
73
+ 90:f7:d7:85:8e:8e:44:c2:b1:18:bb:6e:8b:d4:3a:
74
+ d8:c6:b1:fb:2a:65:da:2a:21:17:f0:6c:08:d9:31:
75
+ f3:7c:d9:36:78:12:f5:37:50:c6:13:66:7d:cb:5c:
76
+ 0f:65:73:10:c7:a2:bf:21:a6:0f:78:20:bc:a1:e8:
77
+ d2:62:ea:05:cf:0d:50:44:6f:de:fc:a6:49:bd:ed:
78
+ 7f:ca:d2:5b:26:0e:a8:9e:ab:52:4c:46:a5:31:89:
79
+ 7e:dd:e2:4a:85:26:da:29:77:27:b9:23:22:d9:02:
80
+ c4:00:ea:be:2a:3e:9e:81
81
81
  coefficient:
82
- 0b:f3:f3:f2:06:4d:f4:8d:dc:88:d0:da:24:f1:03:
83
- 4a:5f:91:40:29:ff:85:be:a1:6c:e2:00:ac:05:46:
84
- 79:db:9d:b6:5f:7e:92:a7:cb:f1:77:e6:4e:c6:b9:
85
- ee:76:0e:fe:c3:ba:91:69:00:75:dc:d6:76:2e:f1:
86
- dd:1b:75:5d:3b:f4:6b:d6:a2:3d:bf:8e:49:45:0f:
87
- b1:4e:c6:e5:fb:c3:91:05:92:51:b1:c1:59:97:e0:
88
- 1a:a5:c9:ee:3f:af:32:dc:0c:4a:00:37:04:94:64:
89
- fa:97:ab:47:17:fe:ce:bb:d4:6c:02:26:5d:41:1f:
90
- 42:8b:06:d9:e0:a0:ae:68
82
+ 08:16:69:41:c7:f5:15:7a:f9:0d:3d:b8:d2:4d:8f:
83
+ 82:22:2f:89:76:11:5d:e9:7f:fc:d3:e4:76:ba:46:
84
+ 44:eb:91:be:45:e1:1c:5c:75:1e:ff:c3:b2:5c:ae:
85
+ 0f:a7:fb:16:2a:e2:9d:26:4f:ab:40:f2:d4:33:a3:
86
+ fd:c7:76:e0:f3:b9:f6:ff:05:92:8b:60:15:fc:76:
87
+ d1:f7:b2:45:8a:4e:4d:16:23:5a:d0:27:81:fb:61:
88
+ 94:b1:aa:38:ea:1d:81:52:0b:e3:8f:59:40:e1:35:
89
+ d7:ee:cb:80:2d:28:15:b8:61:07:d0:50:da:89:83:
90
+ 5b:88:5b:2e:fb:20:9b:fd
91
91
  -----BEGIN RSA PRIVATE KEY-----
92
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
117
117
  -----END RSA PRIVATE KEY-----