Skip to content

Conversation

@Mironenko
Copy link
Contributor

@Mironenko Mironenko commented Dec 29, 2025

Close: #493

Certificate end date: 2026-12-09 20:59:59 UTC

Looks like Infotecs does not allow to update certificate with the same key: I have got the same certificate when provided new request signed by former pkey.

What to do to update certificate:

OPENSSL_CONF=$(pwd)/test/provider.cnf ./build/bin/openssl genpkey -algorithm gost2012_512 -pkeyopt paramset:A -out ./test.pkey.pem
OPENSSL_CONF=$(pwd)/test/provider.cnf ./build/bin/openssl req -new -key ./test.pkey.pem -subj '/CN=New User 1/' -out ./test.req.pem

Go to http://testcert.infotecs.ru/ and issue new cert.

Certificate end date: 2026-12-09 20:59:59 UTC

Looks like Infotecs does not allow to update certificate with the same key:
I have got the same certificate when provided new request signed by former pkey.

What to do to update certificate:

```
OPENSSL_CONF=$(pwd)/test/provider.cnf ./build/bin/openssl genpkey -algorithm gost2012_512 -pkeyopt paramset:A -out ./test.pkey.pem
OPENSSL_CONF=$(pwd)/test/provider.cnf ./build/bin/openssl req -new -key ./test.pkey.pem -subj '/CN=New User 1/' -out ./test.req.pem
```

Go to http://testcert.infotecs.ru/ and issue new cert.
@chipitsine chipitsine merged commit 201c1f9 into gost-engine:master Dec 29, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Infotecs certificate has expired.

2 participants