diff options
| author | mo khan <mo.khan@gmail.com> | 2020-04-17 11:08:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-17 11:08:08 -0600 |
| commit | 85c46a66db5a4388c9fbe25333bb23bd41bc8a0b (patch) | |
| tree | 914091703cbc58fa9981cd90251e71ca959c688d /lib | |
| parent | 8c6d89562017bad18333269a296523c0cad28885 (diff) | |
Print out the x509 info for debugging
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/license/management/shell.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/license/management/shell.rb b/lib/license/management/shell.rb index 8850e60..6720460 100644 --- a/lib/license/management/shell.rb +++ b/lib/license/management/shell.rb @@ -40,6 +40,7 @@ module License return unless present?(certificate) custom_certificate_path.write(certificate) + execute("openssl x509 -in #{custom_certificate_path} -text -noout") execute('update-ca-certificates -v') end |
