SSL Details
Subject
dn(); ?>
cert) : ?>
Subject Key ID
ski(); ?>
Serial Number
serial(); ?>
Issuer
validCA()) : ?> ca->id,$o->issuer()); ?> issuer(); ?>
Issuer Key ID
aki_keyid(); ?>
Issuer Serial
aki_serial(); ?>
Valid From
valid_from(TRUE); ?>
Valid To
valid_to(TRUE); ?>
Hash
hash(); ?>
Version
version(); ?>
Algorithm
algorithm(); ?>
Status
Waiting to be signed.
cert) : ?>
Certificate Chain data($o->list_ca()) ->columns(array( 'id'=>'ID', 'subject_cn()'=>'Cert', 'valid_to(TRUE)'=>'Expires', 'issuer_cn()'=>'Issuer', )) ->prepend(array( 'id'=>array('url'=>URL::link('','ssl/download/')), )); ?>
Certificate
cert ? $o->cert : $o->csr; ?>
download_button(); if ($ao=Auth::instance()->get_user() AND ($ao->isAdmin()) AND $o->service->status AND ($o->valid_to()-(Kohana::$config->load('ssl.min_renew_days')*86400) <= time()) AND $o->service->paid_to() > time()) : echo Form::open(URL::link('admin','ssl/renew/'.$o->service->id)); echo Form::button('submit','Renew',array('class'=>'btn btn-primary')); endif ?>
TSM Configuration

To use this certificate with a Tivoli Storage Manager client, please do the following:

(If this certificate has just been renewed, you only need to jump to the last step.)

  1. Download this signed certificate and the CA certificates above.
  2. Open up a command prompt, and depending on your operating system, change to your BA Client BIN directory. For example:
    Linux
    cd /opt/tivoli/tsm/client/ba/bin
    Windows
    cd "C:\Program Files\Tivoli\TSM\baclient"
  3. Import the ROOT SSL certificate above with the following command:
    gsk8capicmd_64 -cert -add -db dsmcert.kdb -stashed -file [DOWNLOAD.CRT] -label [NAME OF ROOT CERTIFICATE]

  4. Import any additional CA certificates above with the following command:
    gsk8capicmd_64 -cert -add -db dsmcert.kdb -stashed -file [DOWNLOAD.CRT] -label [NAME OF CERTIFICATE]

  5. Import this signed certificate with the following command:
    gsk8capicmd_64 -cert -receive -db dsmcert.kdb -stashed -default_cert enabled -file [DOWNLOAD.CRT]