<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Minikube%3A_Certificates</id>
	<title>Minikube: Certificates - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Minikube%3A_Certificates"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Minikube:_Certificates&amp;action=history"/>
	<updated>2026-04-07T14:09:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Minikube:_Certificates&amp;diff=68682&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Sumber: https://minikube.sigs.k8s.io/docs/handbook/untrusted_certs/   Certificates All about TLS certificates Untrusted Root Certificates Many organizations deploy their own R...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Minikube:_Certificates&amp;diff=68682&amp;oldid=prev"/>
		<updated>2023-05-07T09:59:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sumber: https://minikube.sigs.k8s.io/docs/handbook/untrusted_certs/   Certificates All about TLS certificates Untrusted Root Certificates Many organizations deploy their own R...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: https://minikube.sigs.k8s.io/docs/handbook/untrusted_certs/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Certificates&lt;br /&gt;
All about TLS certificates&lt;br /&gt;
Untrusted Root Certificates&lt;br /&gt;
Many organizations deploy their own Root Certificate and CA service inside the corporate networks. Internal websites, image repositories and other resources may install SSL server certificates issued by this CA service for security and privacy concerns.&lt;br /&gt;
&lt;br /&gt;
You may install the Root Certificate into the minikube cluster to access these corporate resources within the cluster.&lt;br /&gt;
&lt;br /&gt;
Tutorial&lt;br /&gt;
You will need a corporate X.509 Root Certificate in PEM format. If it’s in DER format, convert it:&lt;br /&gt;
&lt;br /&gt;
openssl x509 -inform der -in my_company.cer -out my_company.pem&lt;br /&gt;
Copy the certificate into the certs directory:&lt;br /&gt;
&lt;br /&gt;
mkdir -p $HOME/.minikube/certs&lt;br /&gt;
cp my_company.pem $HOME/.minikube/certs/my_company.pem&lt;br /&gt;
Then restart minikube with the --embed-certs flag to sync the certificates:&lt;br /&gt;
&lt;br /&gt;
minikube start --embed-certs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://minikube.sigs.k8s.io/docs/handbook/untrusted_certs/&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>