# Certyfikaty SelfSigned

DevFeed: [Certyfikaty SelfSigned](<https://devfeed.tech/articles/certyfikaty-selfsigned-27482.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/08/certyfikaty-selfsigned/>)

Author: Tom

Published: 2011-08-27T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [SSL](<https://devfeed.tech/topics/ssl.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [des](<https://devfeed.tech/tags/des.md>), [http](<https://devfeed.tech/tags/http.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [root](<https://devfeed.tech/tags/root.md>), [signing](<https://devfeed.tech/tags/signing.md>), [ssl](<https://devfeed.tech/tags/ssl.md>)

## AI overview

A Polish tutorial explains how to create SSL certificates economically, beginning with a private key and Certificate Signing Request. It discusses encryption algorithm and key-length choices, private-key permissions, Apache startup behavior, and submitting the request to a certificate authority.

## Source excerpt

Certyfikaty oparte o SSL stanowią obecnie podstawę bezpieczeństwa wielu usług sieciowych zaczynając od HTTP, przez POPS, IMAPS, itd... Niestety zakupienie certyfikatu w organizacjach jak VeriSgin czy Thawte jest dość kosztowe, a jeżeli potrzebujemy kilka certyfikatów to często na lokalne potrzeby jest to po prostu nie opłacalne. Postaram się przedstawić wersję "ekonomiczną" certyfikacji 😃 Generowanie Certificate Signing Request Pierwszym etapem generowania certyfikatu jest przygotowanie Certificate Signing Request, czyli czegoś w rodzaju "prośby" o certyfikat. Nasza "prośba" po podpisaniu przez centrum autoryzacyjne stanie się certyfikatem.