-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.1.5] Label incorrect when importing a CA #1581
Comments
|
We run the risk of issuing the same serial twice if we fix the code, should be limit the serial to > 0 and then do -1 before store? |
|
Or change the label to 'Serial of last certificate' ? |
|
changing labels means updating manuals and translations :) |
fichtner
added a commit
that referenced
this issue
May 2, 2017
fichtner
added a commit
that referenced
this issue
May 2, 2017
fichtner
added a commit
that referenced
this issue
Jan 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Serial for next certificateThis value actually gets incremented by 1 it seems.
So if you enter 42... the next certificate is not 42 but 43.
The text was updated successfully, but these errors were encountered: