~rvb/maas/transaction-1.7-bug-1409852

« back to all changes in this revision

Viewing changes to src/maasserver/x509.py

merged upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    """Error when generating x509 certificate."""
40
40
 
41
41
 
42
 
class WinRMX509(object):
 
42
class WinRMX509:
43
43
    """Generates X509 certificates compatible with Windows WinRM."""
44
44
 
45
45
    KEY_SIZE = 2048