Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
8f6d9c4c
Unverified
Commit
8f6d9c4c
authored
5 years ago
by
Andrew Morgan
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Small grammar fixes to the ACME v1 deprecation notice (#6944)
Some small fixes to the copy in #6907.
parent
0001e839
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
INSTALL.md
+4
-5
4 additions, 5 deletions
INSTALL.md
changelog.d/6944.doc
+1
-0
1 addition, 0 deletions
changelog.d/6944.doc
synapse/handlers/acme.py
+5
-5
5 additions, 5 deletions
synapse/handlers/acme.py
with
10 additions
and
10 deletions
INSTALL.md
+
4
−
5
View file @
8f6d9c4c
...
...
@@ -420,11 +420,10 @@ so, you will need to edit `homeserver.yaml`, as follows:
Note that, as pointed out in that document, this feature will not
work with installs set up after November 2020.
If you are using your
own certificate, be sure to use a
`.pem`
file that includes the full
certificate chain including any intermediate certificates (for
instance, if using certbot, use
`fullchain.pem`
as your certificate,
not
`cert.pem`
).
If you are using your own certificate, be sure to use a
`.pem`
file that
includes the full certificate chain including any intermediate certificates
(for instance, if using certbot, use
`fullchain.pem`
as your certificate, not
`cert.pem`
).
For a more detailed guide to configuring your server for federation, see
[
federate.md
](
docs/federate.md
)
...
...
This diff is collapsed.
Click to expand it.
changelog.d/6944.doc
0 → 100644
+
1
−
0
View file @
8f6d9c4c
Small grammatical fixes to the ACME v1 deprecation notice.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
synapse/handlers/acme.py
+
5
−
5
View file @
8f6d9c4c
...
...
@@ -27,11 +27,11 @@ logger = logging.getLogger(__name__)
ACME_REGISTER_FAIL_ERROR
=
"""
--------------------------------------------------------------------------------
Failed to register with the ACME provider. This is likely happening because the install
is new, and ACME v1 has been deprecated by Let
'
s Encrypt and
is
disabled for
installs set
up after
November 2019.
At the moment, Synapse doesn
'
t support ACME v2. For more info and alternative
solution,
check out
https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1
Failed to register with the ACME provider. This is likely happening because the install
ation
is new, and ACME v1 has been deprecated by Let
'
s Encrypt and disabled for
new installations since
November 2019.
At the moment, Synapse doesn
'
t support ACME v2. For more info
rmation
and alternative
solutions, please read
https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1
--------------------------------------------------------------------------------
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment