Skip to content

Commit

Permalink
[TASK] Adjust heading levels in "Release integrity" chapter (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml authored Mar 4, 2024
1 parent 223c8c6 commit 57740c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Documentation/Installation/ReleaseIntegrity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ the automated release process. SHA2-256, SHA1 and MD5 hashes are also generated
for these files.

Release contents
----------------
================

Every release of TYPO3 is made available with the following files:

Expand All @@ -30,7 +30,7 @@ Every release of TYPO3 is made available with the following files:
package file

Checking file hashes
--------------------
====================

File hashes are used to check that a downloaded file was transferred and stored
correctly on the local system. TYPO3 uses cryptographic hash methods including `MD5`_
Expand Down Expand Up @@ -92,7 +92,7 @@ These hashes must match the hashes published on get.typo3.org to ensure package


Checking file signatures
------------------------
========================

TYPO3 uses `Pretty Good Privacy`_ to sign release packages and Git release tags.
To validate these signatures `The GNU Privacy Guard`_ is recommend, however
Expand Down Expand Up @@ -178,7 +178,7 @@ of currently used keys or access the https://get.typo3.org/KEYS file directly).


Checking tag signature
----------------------
======================

Checking signatures on Git tags works similar to verifying the results using the
:bash:`gpg` tool, but with using the :bash:`git tag --verify` command directly.
Expand Down Expand Up @@ -224,8 +224,8 @@ The :bash:`git show` command on the name of the tag reveals more details.
Public Keys
-----------
Public keys
===========

.. note::
Starting in June 2017, TYPO3 releases have been cryptographically signed by the
Expand Down

0 comments on commit 57740c0

Please sign in to comment.