<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wiki.taquiones.net/index.php?action=history&amp;feed=atom&amp;title=Openssl</id>
	<title>Openssl - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.taquiones.net/index.php?action=history&amp;feed=atom&amp;title=Openssl"/>
	<link rel="alternate" type="text/html" href="https://wiki.taquiones.net/index.php?title=Openssl&amp;action=history"/>
	<updated>2026-04-29T05:16:00Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.taquiones.net/index.php?title=Openssl&amp;diff=179&amp;oldid=prev</id>
		<title>Victor: Victor trasladó la página Opensll a Openssl: Error en nombre</title>
		<link rel="alternate" type="text/html" href="https://wiki.taquiones.net/index.php?title=Openssl&amp;diff=179&amp;oldid=prev"/>
		<updated>2025-04-18T09:38:52Z</updated>

		<summary type="html">&lt;p&gt;Victor trasladó la página &lt;a href=&quot;/Opensll&quot; class=&quot;mw-redirect&quot; title=&quot;Opensll&quot;&gt;Opensll&lt;/a&gt; a &lt;a href=&quot;/Openssl&quot; title=&quot;Openssl&quot;&gt;Openssl&lt;/a&gt;: Error en nombre&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;es&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisión del 09:38 18 abr 2025&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wiki:diff:wikidiff2:1.12:old-178:rev-179:1.13.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Victor</name></author>
	</entry>
	<entry>
		<id>https://wiki.taquiones.net/index.php?title=Openssl&amp;diff=178&amp;oldid=prev</id>
		<title>Victor: Página creada con «==== Recetario ====  ===== Ver información de un certificado ===== Para mostrar un volcado de información sobre un certificado digital en formato x509 se puede emplear lo siguiente: &lt;syntaxhighlight lang=&quot;bash&quot;&gt; #!/bin/bash   CERT=$1  if [ -z &quot;$CERT&quot; ]; then      echo &quot;uso: $0 certfile&quot; &gt;&amp;2     exit 1 fi   OUTPUT=&quot;/tmp/$(basename $0)-$$.txt&quot;  openssl x509 -text -noout -in $CERT &gt; $OUTPUT  if [ $? -eq 0 ]; then      less $OUTPUT fi   rm -f $OUTPUT  exit $? &lt;/syntaxhi…»</title>
		<link rel="alternate" type="text/html" href="https://wiki.taquiones.net/index.php?title=Openssl&amp;diff=178&amp;oldid=prev"/>
		<updated>2025-04-18T09:38:27Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «==== Recetario ====  ===== Ver información de un certificado ===== Para mostrar un volcado de información sobre un certificado digital en formato x509 se puede emplear lo siguiente: &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt; #!/bin/bash   CERT=$1  if [ -z &amp;quot;$CERT&amp;quot; ]; then      echo &amp;quot;uso: $0 certfile&amp;quot; &amp;gt;&amp;amp;2     exit 1 fi   OUTPUT=&amp;quot;/tmp/$(basename $0)-$$.txt&amp;quot;  openssl x509 -text -noout -in $CERT &amp;gt; $OUTPUT  if [ $? -eq 0 ]; then      less $OUTPUT fi   rm -f $OUTPUT  exit $? &amp;lt;/syntaxhi…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==== Recetario ====&lt;br /&gt;
&lt;br /&gt;
===== Ver información de un certificado =====&lt;br /&gt;
Para mostrar un volcado de información sobre un certificado digital en formato x509 se puede emplear lo siguiente: &amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash &lt;br /&gt;
&lt;br /&gt;
CERT=$1&lt;br /&gt;
&lt;br /&gt;
if [ -z &amp;quot;$CERT&amp;quot; ]; then &lt;br /&gt;
    echo &amp;quot;uso: $0 certfile&amp;quot; &amp;gt;&amp;amp;2&lt;br /&gt;
    exit 1&lt;br /&gt;
fi &lt;br /&gt;
&lt;br /&gt;
OUTPUT=&amp;quot;/tmp/$(basename $0)-$$.txt&amp;quot;&lt;br /&gt;
&lt;br /&gt;
openssl x509 -text -noout -in $CERT &amp;gt; $OUTPUT&lt;br /&gt;
&lt;br /&gt;
if [ $? -eq 0 ]; then &lt;br /&gt;
    less $OUTPUT&lt;br /&gt;
fi &lt;br /&gt;
&lt;br /&gt;
rm -f $OUTPUT&lt;br /&gt;
&lt;br /&gt;
exit $?&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Victor</name></author>
	</entry>
</feed>