-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest Spring dependencies
- Loading branch information
Showing
13 changed files
with
51 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# A very simple script to extract the QMgr's certificate from its kdb file | ||
# and then add it back into a local JKS file (assuming it exists). This | ||
# could be made a lot more bulletproof and get parameterised. But it's enough | ||
# for my environment. | ||
|
||
# Password used for both the qmgr's keystore, and the new truststore that this | ||
# program refers to | ||
pw="passw0rd" | ||
|
||
set -x # So you can see what it's doing | ||
# Default label for the qmgr certificate. Keystore given in qmgr attributes. | ||
rm -f qm1.arm | ||
runmqckm -cert -extract -db /var/mqm/ssl/key.kdb -pw $pw -label ibmwebspheremqqm1 -target qm1.arm | ||
|
||
# Now import that cert into a new keystore/truststore | ||
rm -f key.jks | ||
runmqckm -keydb -create -db key.jks -pw $pw -type jks | ||
runmqckm -cert -add -db key.jks -pw $pw -file qm1.arm -label ibmwebspheremqqm1 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
-----BEGIN CERTIFICATE----- | ||
MIIDKTCCAhGgAwIBAgIIc4omnV2OD6wwDQYJKoZIhvcNAQENBQAwKjEMMAoGA1UECxMDSUJNMRow | ||
GAYDVQQDExFpYm13ZWJzcGhlcmVtcXFtMTAeFw0yMjA3MDUwODU5MzVaFw0yMzA3MDYwODU5MzVa | ||
MIIDKTCCAhGgAwIBAgIILSEHWRO8KC8wDQYJKoZIhvcNAQENBQAwKjEMMAoGA1UECxMDSUJNMRow | ||
GAYDVQQDExFpYm13ZWJzcGhlcmVtcXFtMTAeFw0yMjExMjkxMzIyMjBaFw0yMzExMzAxMzIyMjBa | ||
MCoxDDAKBgNVBAsTA0lCTTEaMBgGA1UEAxMRaWJtd2Vic3BoZXJlbXFxbTEwggEiMA0GCSqGSIb3 | ||
DQEBAQUAA4IBDwAwggEKAoIBAQCbHyyOPAE7olEnh5+PY5qAx865gmP8VRwlAVWAhh3PMbbpDgNj | ||
8/AEX76MrTZlKD0a7sbHh7EDgIpmbRtu1x4hK930qInFeBRjvECh7/dFD9YTMfI501cgk1snAze7 | ||
5d4AXOUJRq54HvwHWCMWNpcetBtc0wmRZtMPE+hLFgli3FX8ZZ5vBWSb2XViGvldm18LZWPPrRLA | ||
3ytGoluW2X1+ZlMJo9EJComL1EgbxZifBdyKT2rFSyXnhW4a5zF4tkHJ7LEd9pFJhgEZHdJQrKe/ | ||
UtHZl8pOlLuYq4TkalLsv9W1eJMKO/K7irqnsCkA58A3zN+r7F4Ge4mjWG3NqK1nAgMBAAGjUzBR | ||
MA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHDnp4R/w1RJ0VddCQS12SGIerpOMB8GA1UdIwQY | ||
MBaAFHDnp4R/w1RJ0VddCQS12SGIerpOMA0GCSqGSIb3DQEBDQUAA4IBAQBdT120rCTnz1L77FEQ | ||
o03GwwH/rp7nDT5hCH8lwIHpiHe9yXxuwqkyq8J89H+7UBlzBKHTiAuax3YqHWg169y8utC1kMvr | ||
/IThpTioESVtc7KnTWeH9aF/rBLYpQZr3dDoZM7VwMD7W851U/3+JyZh+VvZawc1pqbYA1SXfhkn | ||
ABOuHUDMZTbQWgyQ9lfG0HYf0SzS/zCAc3ZiAhiB/zp48DJ2fwKnceuoEhgJM/PZCSjB9NBCKQIT | ||
9R85snkOYKu2hxH00zMq7XXMqKTKBXdvP6Zny5yh9WUfrJrcxg35tKQtq/XBKo7BwFVe/hIcDez0 | ||
SBu6QOL2a/tBKKv3LQcB | ||
DQEBAQUAA4IBDwAwggEKAoIBAQDcb+DMPWVYFnkNB49VBJgVOQ3qeHuyPMYVH6t3sh4TUZZLqn5L | ||
wha+3twh7k9BEaiz1cYDQttXoDYVpkd3bpOzj4HCKJahbGFjiKCSsBzkBO8UHae2/IbpBn8v6eHK | ||
F/j/miOmUmo2yoB+SvkTyki6t6QGZvmDnCxTxIWnYlyO3c30Dykk7Sl4pL6bOiEAaQAceDPBqFgj | ||
6nwL7AdYP8SiVUv2UsCEgt/Xf8bbh+y2MRvJ1Lukm/67I9wpF5DmEmoD3O8Q59rV0XIpsr1+wZlY | ||
n1h4c4eL+KWVVhPPcGJFzPiUwsOGXHDbSlD5Itoa21zb6h6d7vYtAZe2WrNu3tvTAgMBAAGjUzBR | ||
MA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI3547YrIyh8m+uPI7NOe77Og1tsMB8GA1UdIwQY | ||
MBaAFI3547YrIyh8m+uPI7NOe77Og1tsMA0GCSqGSIb3DQEBDQUAA4IBAQDBbPGZ5M4Dsp2zlqtl | ||
+ogOrSbDkX9im02r0njAfQ5mPJx5Otpk65xPXv/ZCqFINgyEuAaYL5m3BtbKk3qinaWj4+4DBi/H | ||
DP7tWjnans55VIf656HXVciF7J0UIJmDgo1L7MR26VtGctkkY14dQdB8XidPQSYXMsHfjg6ownmA | ||
rLoCuMg3uUbHx7goFHgWLnkIqZjBKZab0YAg7Xp9unYYtoHz/39DE9ZU7HySpVthcyGwbomEyQx1 | ||
twtkxdjwmlnH0vvMlK6u+AF55sJlxIKkOWscZ+Whrueb+bRSzQvISEzqnEwyu9lxvHGY7IIflEC5 | ||
2CPSmg7/LtRJwCJrZKzp | ||
-----END CERTIFICATE----- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters