Browse Source

save incremented serial for authority

master
Edoardo Putti 6 years ago
parent
commit
5e741c6522
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ca_manager/models/authority.py

+ 1
- 0
ca_manager/models/authority.py View File

@ -80,6 +80,7 @@ class Authority(CustomModel):
cert.save()
self.serial += 1
self.save()
return cert.path
def generate_certificate(self, request):


Loading…
Cancel
Save