Revision b3cc1646 lib/backend.py

b/lib/backend.py
1210 1210
          True, cert_filename,
1211 1211
          "Create new client SSL certificate in %s." % cert_filename)
1212 1212
        tokens.append((token_type,
1213
                       utils.GetClientCertificateDigest(
1213
                       utils.GetCertificateDigest(
1214 1214
                         cert_filename=cert_filename)))
1215 1215
      elif action == constants.CRYPTO_ACTION_GET:
1216 1216
        tokens.append((token_type,
1217
                       utils.GetClientCertificateDigest()))
1217
                       utils.GetCertificateDigest()))
1218 1218
  return tokens
1219 1219

  
1220 1220

  

Also available in: Unified diff