From: Tony Mack Date: Wed, 10 Apr 2013 12:56:28 +0000 (-0400) Subject: updated comments X-Git-Tag: sfa-3.0-1~88 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=1785f865295b24d33e54ca63206a7a634e0546f0 updated comments --- diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index 3d74d564..3b1f96c2 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -74,6 +74,7 @@ class GID(Certificate): # @param string If string!=None, load the GID from a string # @param filename If filename!=None, load the GID from a file # @param lifeDays life of GID in days - default is 1825==5 years + # @param email Email address to put in subjectAltName - default is None def __init__(self, create=False, subject=None, string=None, filename=None, uuid=None, hrn=None, urn=None, lifeDays=1825, email=None): self.uuid = None