summaryrefslogtreecommitdiff
path: root/lib/xml/kit/certificate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xml/kit/certificate.rb')
-rw-r--r--lib/xml/kit/certificate.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xml/kit/certificate.rb b/lib/xml/kit/certificate.rb
index 46df7d6..559979f 100644
--- a/lib/xml/kit/certificate.rb
+++ b/lib/xml/kit/certificate.rb
@@ -7,9 +7,7 @@ module Xml
# {include:file:spec/xml/kit/certificate_spec.rb}
class Certificate
include Templatable
- # rubocop:disable Metrics/LineLength
BASE64_FORMAT = %r(\A([A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?\Z).freeze
- # rubocop:enable Metrics/LineLength
BEGIN_CERT = /-----BEGIN CERTIFICATE-----/.freeze
END_CERT = /-----END CERTIFICATE-----/.freeze
# The use can be `:signing` or `:encryption`. Use `nil` for both.