[[{“value”:”Explore how strategic retirement of IBM i applications can reduce technical debt and free resources for innovation. Learn how Profound AppEvo supports successful system decommissioning while maintaining business continuity.
The post Retire: Strategic Elimination of Legacy IBM i Applications appeared first on Profound Logic.”}]] Read More
Rising Stars Share Their Stories on the Debut of IT Social Hour TechChannel
To kick off the new roundtable-style conversation series, two of TechChannel’s 2024 Rising Stars join host Andy Wig to talk about how they found themselves working on IBM i, share their observations of their industry and make some predictions about its future.From: TechChannel Read More
Remain Software ‘Plows Through Dev Barriers’ With TD/OMS V17.0 Milestone 2 Andrew Wig
[[{“value”:”Remain Software announces the release of TD/OMS V17.0 Milestone 2, a significant update to its flagship application lifecycle management (ALM) solution.
The post Remain Software ‘Plows Through Dev Barriers’ With TD/OMS V17.0 Milestone 2 appeared first on TechChannel.”}]] Read More
Introducing IT Social Hour: A Pair of 2024 Rising Stars Sound Off Andrew Wig
[[{“value”:”To kick off the new roundtable-style conversation series, Robyn Lafleche and Isaac Thibault talk about their paths to IBM Power, share their observations on the skills gap and try to predict the future
The post Introducing IT Social Hour: A Pair of 2024 Rising Stars Sound Off appeared first on TechChannel.”}]] Read More
Create Certificate in OpenSSL via RPG-Program? Polly_Wants_A
[[{“value”:”[SOLVED] Heyho,
when i do this command:”openssl req -newkey rsa-pss -new -nodes -x509 -days 3650 -pkeyopt rsa_keygen_bits:4096 -sigopt rsa_pss_saltlen:32 -keyout key.pem -out cert.pem”
in the qsh, it genereates a certificate, but it demands some input from me, Country, state, name, email, etc.
how I can I modify the command with the information it wants and just send it via qcmdexec()?
thanks for the help
FOUND IT:
https://www.freecodecamp.org/news/openssl-command-cheatsheet-b441be1e8c4a/
“Provide CSR subject info on a command line, rather than through interactive prompt.
openssl req -nodes -newkey rsa:[bits] -keyout example.key -out example.csr -subj “/C=UA/ST=Kharkov/L=Kharkov/O=Super Secure Company/OU=IT Department/CN=example.com”
submitted by /u/Polly_Wants_A[link][comments]”}]] Read More