<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://techdoku.nogafam.es/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://techdoku.nogafam.es/feed.php">
        <title>NoBIGTech Wiki Técnico - docu:csheet:dtproc:ssl</title>
        <description></description>
        <link>https://techdoku.nogafam.es/</link>
        <image rdf:resource="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-05-12T12:42:17+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:end_date&amp;rev=1632949789&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:renew_verify&amp;rev=1625471409&amp;do=diff"/>
                <rdf:li rdf:resource="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:ssl_chain&amp;rev=1582632111&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>NoBIGTech Wiki Técnico</title>
        <link>https://techdoku.nogafam.es/</link>
        <url>https://techdoku.nogafam.es/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:end_date&amp;rev=1632949789&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-09-29T21:09:49+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>end_date</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:end_date&amp;rev=1632949789&amp;do=diff</link>
        <description>Get end-date from .pem encoded file with openssl


openssl x509 -enddate -noout -in ACERTFILE.pem
&gt;&gt;&gt; notAfter=Aug 28 23:59:59 2021 GMT


Also, you can get if a certain certificate is already expired or not (with 2 minutes (120 seconds) span)


openssl x509 -checkend 120 -noout -in ACERTFILE.pem</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:renew_verify&amp;rev=1625471409&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-07-05T07:50:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>renew_verify</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:renew_verify&amp;rev=1625471409&amp;do=diff</link>
        <description>Renew certificates manually and verify chain elements

Order of the certificate chain is: CERT - CACERT - CACERT_ROOT




# Verify your cert element (or part) from the command line:
#  (write EOLS to execute command)
cat &lt;&lt;EOLS |openssl x509 -text -noout -in /dev/stdin | less</description>
    </item>
    <item rdf:about="https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:ssl_chain&amp;rev=1582632111&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-25T12:01:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ssl_chain</title>
        <link>https://techdoku.nogafam.es/doku.php?id=docu:csheet:dtproc:ssl:ssl_chain&amp;rev=1582632111&amp;do=diff</link>
        <description>Obtain SSL chain certificates and information about website with openssl



How to get SSL chain certificates from an https server


openssl s_client -showcerts -connect www.domain.com:443</description>
    </item>
</rdf:RDF>
