Skip to content

Commit

Permalink
Update sig alg for CSRs
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed Aug 11, 2021
1 parent f25f6d1 commit 4a55f85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ngs</groupId>
<artifactId>CertWizard</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<configuration>
<mainClass>${mainClass}</mainClass>
<bundleJre>true</bundleJre>
<version>0.8.0</version>
<version>0.9.0</version>
<displayName>CertWizard</displayName>
<organizationName>STFC</organizationName>
<organizationUrl>https://stfc.ukri.org</organizationUrl>
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/configure.properties
Expand Up @@ -3,8 +3,8 @@

# Client side version of this tool (this must correspond to the version
# supported by the server.
ngsca.certwizard.version=CertWizard 0.8.1
ngsca.certwizard.versionNumber=0.8.1
ngsca.certwizard.version=CertWizard 0.9.0
ngsca.certwizard.versionNumber=0.9.0

# CA-Server host that this tool is configured to work with.
#ngsca.base.url=https://ca-dev.esc.rl.ac.uk
Expand Down Expand Up @@ -32,7 +32,7 @@ ngsca.cert.cmd=Cmd
ngsca.cert.operation=Operation
ngsca.cert.profile=Profile
ngsca.cert.transactionID=TransactionID
ngsca.cert.signature.algorithm=MD5WithRSA
ngsca.cert.signature.algorithm=SHA256withRSA
ngsca.cert.truststore.password=passwd
ngsca.cert.c=UK
ngsca.cert.o=eScience
Expand Down Expand Up @@ -64,7 +64,7 @@ uk.ngs.ca.request.ca.maxprivatekeylifetime.url=https://cwiz-live.ca.ngs.ac.uk:44
uk.ngs.ca.request.ca.maxexpiredrekey.url=https://cwiz-live.ca.ngs.ac.uk:443/CA/policy/maxexpiredrekey
uk.ngs.ca.request.ca.motd.text.url=https://cwiz-live.ca.ngs.ac.uk:443/CA/motd/text
uk.ngs.ca.request.ca.motd.img.url=https://cwiz-live.ca.ngs.ac.uk:443/CA/motd/img
uk.ngs.ca.request.useragent=NGS-CertWizard/0.8.1
uk.ngs.ca.request.useragent=NGS-CertWizard/0.9.0
uk.ngs.ca.request.resource.publickey=https://cwiz-live.ca.ngs.ac.uk:443/resources/resource/publickey

uk.ngs.ca.request.certificate.url=https://cwiz-live.ca.ngs.ac.uk:443/certificate
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/configure_DEV.properties
Expand Up @@ -3,8 +3,8 @@

# Client side version of this tool (this must correspond to the version
# supported by the server.
ngsca.certwizard.version=CertWizard 0.8.0
ngsca.certwizard.versionNumber=0.8.0
ngsca.certwizard.version=CertWizard 0.8.1
ngsca.certwizard.versionNumber=0.8.1

# CA-Server host that this tool is configured to work with.
#ngsca.base.url=https://ca-dev.esc.rl.ac.uk
Expand Down Expand Up @@ -32,7 +32,7 @@ ngsca.cert.cmd=Cmd
ngsca.cert.operation=Operation
ngsca.cert.profile=Profile
ngsca.cert.transactionID=TransactionID
ngsca.cert.signature.algorithm=MD5WithRSA
ngsca.cert.signature.algorithm=SHA512withRSA
ngsca.cert.truststore.password=passwd
ngsca.cert.c=UK
ngsca.cert.o=eScienceDevCA
Expand Down Expand Up @@ -65,7 +65,7 @@ uk.ngs.ca.request.ca.maxprivatekeylifetime.url=https://cwiz-dev.ca.ngs.ac.uk:844
uk.ngs.ca.request.ca.maxexpiredrekey.url=https://cwiz-dev.ca.ngs.ac.uk:8443/CA/policy/maxexpiredrekey
uk.ngs.ca.request.ca.motd.text.url=https://cwiz-dev.ca.ngs.ac.uk:8443/CA/motd/text
uk.ngs.ca.request.ca.motd.img.url=https://cwiz-dev.ca.ngs.ac.uk:8443/CA/motd/img
uk.ngs.ca.request.useragent=NGS-CertWizard/0.8.0
uk.ngs.ca.request.useragent=NGS-CertWizard/0.8.1
uk.ngs.ca.request.resource.publickey=https://cwiz-dev.ca.ngs.ac.uk:8443/resources/resource/publickey

uk.ngs.ca.request.certificate.url=https://cwiz-dev.ca.ngs.ac.uk:8443/certificate
Expand Down

0 comments on commit 4a55f85

Please sign in to comment.