Rearrange some headings
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Marko Korhonen 2024-02-05 23:20:37 +02:00
parent b0381ffd25
commit 867a000dc6
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 33 additions and 33 deletions

View file

@ -5,7 +5,7 @@ backend = "html5s"
[asciidocExt.attributes]
source-highlighter = "rouge"
toc = false
# toc = true
# [tableOfContents]
# startLevel = 1

View file

@ -9,6 +9,22 @@ featured_image: hero.jpg
I like PGP and I secure everything I can with it.
If you would like to send me encrypted files, emails or anything of that sort, you came to the right page.
== Get the key
=== Sequoia
[source,shell]
----
include::assets/sequoia.sh[]
----
=== GnuPG
[source,shell]
----
include::assets/gpg.sh[]
----
== Keyoxide
I have setup a link:https://keyoxide.org/wkd/marko%40korhonen.cc[profile at Keyoxide] which has all of the information about my key.
@ -18,20 +34,6 @@ It also serves as proof of ownership to many of my online accounts.
I also have a WKD (Web Key Directory) server setup so supported clients should be able to automatically import my key based on my email address mailto:marko@korhonen.cc[]
=== Fetch key with Sequoia
[source,shell]
----
include::assets/sequoia.sh[]
----
=== Import key with GnuPG
[source,shell]
----
include::assets/gpg.sh[]
----
== Update 2022-08-28: new key
I have decided to change my old RSA key to ed25519.

View file

@ -8,6 +8,22 @@ date: 2022-06-10
Tykkään PGP:stä ja turvaan sillä kaiken minkä pystyn.
Jos haluaisit lähettää minulle enkryptoituja tiedostoja, sähköposteja tai muuta vastaavaa, tulit oikeaan paikkaan.
== Avaimen hakeminen
=== Sequoia
[source,shell]
----
include::assets/sequoia.sh[]
----
=== GnuPG
[source,shell]
----
include::assets/gpg.sh[]
----
== Keyoxide
Minulla on link:https://https://keyoxide.org/wkd/marko%40korhonen.cc[Keyoxide profiili] josta löydät kaikki tarvittavat tiedot avaimestani.
@ -17,20 +33,6 @@ Keyoxide toimii myös todisteena monista omistamistani tileistä netissä.
Olen myös asentanut WKD (Web Key Directory) serverin joten tuetut ohjelmat pystyvät noutamaan avaimen automaattisesti sähköpostiosoitteeni mailto:marko@korhonen.cc[] perusteella.
=== Nouda avain Sequoia:lla
[source,shell]
----
include::assets/sequoia.sh[]
----
=== Tuo avain GnuPG:llä
[source,shell]
----
include::assets/gpg.sh[]
----
== Päivitys 28.8.2022: uusi avain
Olen päättänyt vaihtaa vanhan RSA-avaimeni ed25519 avaimeksi.

View file

@ -12,8 +12,6 @@ menu:
Marko Korhonen <marko@korhonen.cc>
v1.0, 2022-09-14
== Introduction
As seems to be customary on technology related blogs, the first post is about creating the blog itself.
So here we are, this is the first post in my blog, detailing the steps I took to arrive here.

View file

@ -12,8 +12,6 @@ menu:
Marko Korhonen <marko@korhonen.cc>
v1.0, 2022-09-14
== Johdanto
Kuten teknologiaan liittyvissä blogeissa näyttää olevan tapana, ensimmäinen postaus on itse blogin luomisesta.
Joten tässä olemme, tämä on ensimmäinen kirjoitus blogissani, joka kuvaa vaiheet jotka johtivat tähän pisteeseen.