Skip to content

Commit

Permalink
Corrected location of SERVER variable to reflect switch to using EndP…
Browse files Browse the repository at this point in the history
…oints
  • Loading branch information
ijiraq committed Aug 4, 2015
1 parent af12ca7 commit cda1551
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/getCert
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ import signal
import sys
import urllib2
import vos
from vos.vos import EndPoints

def getCert(certHost=vos.vos.SERVER, certfile=None,
SERVER = EndPoints.CADC_SERVER

def getCert(certHost=SERVER, certfile=None,
certQuery="/cred/proxyCert?daysValid=",daysValid=2):
"""Access the cadc certificate server"""

Expand Down

0 comments on commit cda1551

Please sign in to comment.