[
https://issues.apache.org/jira/browse/CLOUDSTACK-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14191281#comment-14191281
]
Pierre-Luc Dion commented on CLOUDSTACK-7822:
---------------------------------------------
Some openssl notes:
{code}
Issuer: C=AU, ST=Some-State, O=Internet Widgits Pty Ltd
dsa_self_signed.crt
-------------------
openssl req -x509 -days 30000 -new -key dsa_self_signed.key -out
dsa_self_signed.crt
rsa_self_signed_with_pwd
------------------------
openssl req -new -key rsa_self_signed_with_pwd.key -out
rsa_self_signed_with_pwd.csr
openssl x509 -req -days 30000 -in rsa_self_signed_with_pwd.csr -signkey
rsa_self_signed_with_pwd.key -out rsa_self_signed_with_pwd.crt
rsa_self_signed.crt
-------------------
openssl req -new -key rsa_self_signed.key -out rsa_self_signed.csr
openssl x509 -req -days 30000 -in rsa_self_signed.csr -signkey
rsa_self_signed.key -out rsa_self_signed.crt
{code}
> test SSL cert expired
> ---------------------
>
> Key: CLOUDSTACK-7822
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7822
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Test
> Affects Versions: 4.4.0, 4.5.0, 4.4.1
> Reporter: Pierre-Luc Dion
> Assignee: Pierre-Luc Dion
> Priority: Minor
>
> Building from source (apache-cloudstack-4.4.1-src.tar.bz2) fail to build
> using {{mvn install}} or package.sh due to test ssl cert that are expired.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)