<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: change certificates in alfresco 7.2 docker ngnix in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120792#M33157</link>
    <description>&lt;P&gt;If you are using Alfresco Docker installer folder structure and your docker compose proxy service looks like this:&lt;/P&gt;&lt;PRE&gt;    proxy:
        image: nginx:stable-alpine&lt;BR /&gt;        ...
        volumes:
            - ./config/nginx.conf:/etc/nginx/nginx.conf
            - ./config/nginx.htpasswd:/etc/nginx/conf.d/nginx.htpasswd 
            - ./config/cert/localhost.cer:/etc/nginx/localhost.cer
            - ./config/cert/localhost.key:/etc/nginx/localhost.key 
        ports:
            - 443:443&lt;/PRE&gt;&lt;P&gt;then go to the Alfresco project folder (where docker-compose.yml is) and execute next:&lt;/P&gt;&lt;PRE&gt;openssl genpkey -algorithm RSA -out ./config/cert/localhost.key -pkeyopt rsa_keygen_bits:2048
openssl req -new -key ./config/cert/localhost.key -out ./config/cert/localhost.cer
openssl x509 -req -days 365 -in ./config/cert/localhost.cer -signkey ./config/cert/localhost.key -out ./config/cert/localhost.cer&lt;/PRE&gt;&lt;P&gt;Restart 'proxy' service to apply new certificate.&lt;/P&gt;&lt;P&gt;Hope you will feel better.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 07:31:21 GMT</pubDate>
    <dc:creator>fedorow</dc:creator>
    <dc:date>2024-07-29T07:31:21Z</dc:date>
    <item>
      <title>change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120791#M33156</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;SPAN class=""&gt;Hello guys, I have a question. I have installed alfresco 7.2 with docker using https and ngnix.&lt;BR /&gt;I need to change the certificates that come with my own certificates for certificates self-generated&lt;BR /&gt;by our company's CA. Inside the ngnix folder there are subfolders that have two certificates, a crt&lt;BR /&gt;and a .key at the same time. Changing it to autogenerated ones doesn't make me feel better.&lt;BR /&gt;Any suggestions on how to change them. Greetings and thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 14:03:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120791#M33156</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-24T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120792#M33157</link>
      <description>&lt;P&gt;If you are using Alfresco Docker installer folder structure and your docker compose proxy service looks like this:&lt;/P&gt;&lt;PRE&gt;    proxy:
        image: nginx:stable-alpine&lt;BR /&gt;        ...
        volumes:
            - ./config/nginx.conf:/etc/nginx/nginx.conf
            - ./config/nginx.htpasswd:/etc/nginx/conf.d/nginx.htpasswd 
            - ./config/cert/localhost.cer:/etc/nginx/localhost.cer
            - ./config/cert/localhost.key:/etc/nginx/localhost.key 
        ports:
            - 443:443&lt;/PRE&gt;&lt;P&gt;then go to the Alfresco project folder (where docker-compose.yml is) and execute next:&lt;/P&gt;&lt;PRE&gt;openssl genpkey -algorithm RSA -out ./config/cert/localhost.key -pkeyopt rsa_keygen_bits:2048
openssl req -new -key ./config/cert/localhost.key -out ./config/cert/localhost.cer
openssl x509 -req -days 365 -in ./config/cert/localhost.cer -signkey ./config/cert/localhost.key -out ./config/cert/localhost.cer&lt;/PRE&gt;&lt;P&gt;Restart 'proxy' service to apply new certificate.&lt;/P&gt;&lt;P&gt;Hope you will feel better.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 07:31:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120792#M33157</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2024-07-29T07:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120793#M33158</link>
      <description>&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;I want to add a certificate generated by a certifying authority in my country, not generate a self-signed certificate by openssl, my question is, I delete the ngnix certificates and add the same name that they had to my certificates but it doesn't work, what should I do, how do I change the certifying entity..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:55:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120793#M33158</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-29T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120794#M33159</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;And those commands are placed inside the docker-compose.yml or in my case I am using Ubuntu, that is, a cd inside the project and I execute the command, sorry for the inconvenience, I am new to this project&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 14:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120794#M33159</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-29T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120795#M33160</link>
      <description>&lt;P&gt;There could be two causes:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;NGINX requires the SSL key and certificate to be in PEM (Privacy Enhanced Mail) format. Convert it if you have another format.&lt;/P&gt;&lt;P&gt;2. Sometime you must add&amp;nbsp;the full certificate chain. It depands on your certificate authority proveder and goes far from Alfresco. Add full chain or consult with your CA proveder.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 15:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120795#M33160</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2024-07-29T15:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120796#M33161</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;but in ngnix cert there are only two certificates, the key, that is, the .key and the .cert, there is no .pem&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 15:46:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120796#M33161</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-29T15:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: change certificates in alfresco 7.2 docker ngnix</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120797#M33162</link>
      <description>&lt;P&gt;The solution to use another ca or certifying entity is to first use a 2048 bit key, then use the key name the same as the one generated, generate the certificate in a pem .cer and paste them in the ngnix cert folder.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 16:38:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-certificates-in-alfresco-7-2-docker-ngnix/m-p/120797#M33162</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-29T16:38:28Z</dc:date>
    </item>
  </channel>
</rss>

