Package pulp :: Package client :: Module auth_utils
[hide private]
[frames] | no frames]

Module auth_utils

source code

Functions [hide private]
string
admin_cert_dir()
Returns the directory in which admin certificates will be stored, customized for the user executing the client.
source code
(string, string)
admin_cert_paths()
Returns the current user's specific location to admin certificates.
source code
Variables [hide private]
  PULP_DIR = '.pulp'
  CERT_FILENAME = 'admin-cert.pem'
  KEY_FILENAME = 'admin-key.pem'
Function Details [hide private]

admin_cert_dir()

source code 

Returns the directory in which admin certificates will be stored, customized for the user executing the client.

Returns: string
path to the admin certificate directory

admin_cert_paths()

source code 

Returns the current user's specific location to admin certificates.

Returns: (string, string)
tuple of the full path to the certificate and full path to the private key