<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>certificate &#8211; Jeffrey Bostoen</title>
	<atom:link href="https://jeffreybostoen.be/tag/certificate/feed/" rel="self" type="application/rss+xml" />
	<link>https://jeffreybostoen.be</link>
	<description>Freelance iTop consultant and developer - IT Consulting - Official iTop Partner</description>
	<lastBuildDate>Thu, 14 Mar 2024 15:09:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://jeffreybostoen.be/wp-content/uploads/2023/01/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>certificate &#8211; Jeffrey Bostoen</title>
	<link>https://jeffreybostoen.be</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>openssl: self-signed certificate creation</title>
		<link>https://jeffreybostoen.be/openssl-self-signed-certificate-creation/</link>
		
		<dc:creator><![CDATA[Jeffrey Bostoen]]></dc:creator>
		<pubDate>Thu, 14 Mar 2024 15:09:04 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[SSL]]></category>
		<guid isPermaLink="false">https://jeffreybostoen.be/?p=1118</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<pre class="wp-block-code"><code>root@jb-ubuntu-01:/etc/keycloakcerts# vim ext.conf 

&#91;req]
distinguished_name = req_distinguished_name
x509_extensions = v3_req
prompt = no

&#91;req_distinguished_name]
C = BE
ST = xxx
L = 
O = My Company
OU = My Department
CN = keycloak

&#91;v3_req]
subjectAltName = @alt_names
keyUsage = keyUsage = digitalSignature, keyCertSign, cRLSign


&#91;alt_names]
DNS.1 = localhost
DNS.2 = keycloak.mydomain.com
IP.1 = 10.1.10.41


root@jb-ubuntu-01:/etc/keycloakcerts# openssl req -x509 -nodes -days 360 -newkey rsa:4096 -keyout mycert.key -out mycert.pem -config ext.conf
</code></pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
