Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <vshushlin@gitlab.com>2019-09-07 03:29:03 +0300
committerMichael Kozono <mkozono@gmail.com>2019-09-07 03:29:03 +0300
commit8c3d0703ed71e9ac166b221146176a3ea7e23989 (patch)
treed40d8446bf384a0cffb95e818bbeac4f55221a8a /changelogs
parent7920ff1147051324e63c6b28cd93ca616d5b3165 (diff)
Allow to load ECDSA certificates for pages domains
Just replace RSA.new with PKey.read
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ecdsa_pages_certificates.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ecdsa_pages_certificates.yml b/changelogs/unreleased/ecdsa_pages_certificates.yml
new file mode 100644
index 00000000000..059cb434b62
--- /dev/null
+++ b/changelogs/unreleased/ecdsa_pages_certificates.yml
@@ -0,0 +1,5 @@
+---
+title: Allow ECDSA certificates for pages domains
+merge_request: 32393
+author:
+type: added