File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " magento/magento-cloud-docker" ,
3
3
"description" : " Magento Cloud Docker" ,
4
4
"type" : " magento2-component" ,
5
- "version" : " 1.2.2 " ,
5
+ "version" : " 1.2.3 " ,
6
6
"license" : [
7
7
" OSL-3.0" ,
8
8
" AFL-3.0"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ RUN mkdir /etc/nginx/ssl
22
22
RUN apt-get update && \
23
23
apt-get install -y openssl
24
24
25
- RUN openssl req -x509 -nodes - days 730 \
26
- -subj "/C=US/ST=TX/L=Austin/O=Magento/OU=Cloud Docker/CN= magento.com" \
27
- -newkey rsa:2048 -keyout /etc/nginx/ssl/magento.key \
28
- -out /etc/nginx/ssl/magento.crt;
25
+ RUN openssl req -x509 -newkey rsa:2048 -sha256 - days 730 -nodes \
26
+ -keyout /etc/nginx/ssl/magento.key -out /etc/nginx/ssl/ magento.crt \
27
+ -subj "/C=US/ST=TX/L=Austin/O=Adobe Commerce/OU=Cloud Docker/CN=magento2.docker" \
28
+ -addext "subjectAltName=DNS:magento2.docker,DNS:www.magento2.docker"
29
29
30
30
VOLUME ${MAGENTO_ROOT}
31
31
You can’t perform that action at this time.
0 commit comments