# Certyfikaty nazwaSSL na własnym serwerze

DevFeed: [Certyfikaty nazwaSSL na własnym serwerze](<https://devfeed.tech/articles/certyfikaty-nazwassl-na-w-asnym-serwerze-27582.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/10/certyfikaty-nazwassl-na-wlasnym-serwerze/>)

Author: Tom

Published: 2013-10-22T00: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>), [Internet](<https://devfeed.tech/topics/internet.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [apache](<https://devfeed.tech/tags/apache.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [internet](<https://devfeed.tech/tags/internet.md>), [linux](<https://devfeed.tech/tags/linux.md>), [openssl](<https://devfeed.tech/tags/openssl.md>), [ssl](<https://devfeed.tech/tags/ssl.md>)

## AI overview

The article explains how to configure NetArt SSL certificates on an Apache server. It describes a certificate-chain problem affecting Firefox and Internet Explorer, while Chrome accepts the initial configuration, and resolves the issue by adding the relevant CA certificate before restarting Apache and the browsers.

## Source excerpt

Od jakiegoś czasu można kupić w NetArcie certyfikaty SSL, a niedawno zrobili na nie promocję - 15zł za pierwszy rok (za certyfikat na jedną stronkę). Tzw. tanie i dobre. Po wyrobieniu certyfikatu i zapisaniu z panelu klienta mam pliczki: stonka.crt i netart_rootca.crt, które wrzucamy do Apachego, powiedzmy tak: SSLCertificateFile /etc/ssl/certs/stonka.crt SSLCertificateKeyFile /etc/ssl/private/priv.key SSLCACertificateFile /etc/ssl/certs/netart_rootca.crt Certyfikat działa w Chromie ale nie weryfikuje się w Firefoxie i Internet Explorerze. FF wyświetla błąd: sec_error_unknown_issuer - co oznacza brak certyfikatu wystawcy gdzieś w łańcuchu certyfikatów. W FAQ zero jak chodzi o konfigurację certyfikatów na serwerze poza NetArt'em...