Skip to content

Commit

Permalink
save incremented serial for authority
Browse files Browse the repository at this point in the history
  • Loading branch information
edoput committed Jan 6, 2018
1 parent accc833 commit 5e741c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ca_manager/models/authority.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def sign(self, request):

cert.save()
self.serial += 1
self.save()
return cert.path

def generate_certificate(self, request):
Expand Down

0 comments on commit 5e741c6

Please sign in to comment.