Skip to content

Commit

Permalink
Add Nevar WLS key to Ucam-WebAuth configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rsa33 committed Nov 15, 2024
1 parent 82edcb9 commit 60f6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/webapp/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __str__(self):

class WLSResponse(ucam_webauth.Response):
keys = dict()
for kid in (2, 500):
for kid in (2, 500, 501):
with open('/etc/apache2/ucam_webauth_keys/pubkey{}'.format(kid), 'rb') as f:
keys[str(kid)] = ucam_webauth.rsa.load_key(f.read())

Expand Down

0 comments on commit 60f6006

Please sign in to comment.