<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/SilentSobs">Ramesh Adhikari</a>
<a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1822#note_1818125762">commented</a>:
</p>
<div class="md" style="color: #333238; word-wrap: break-word;">
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">Apologies for the numerous commits; I'm new to this process of rebasing and editing commits, and encountered several errors along the way. The work is still ongoing, and I just need to confirm whether I'm proceeding correctly or not.</p>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">1)<strong style="font-weight: 600; margin-top: 0;">Let's consider a scenario where the user didn't provide the --dhparams-out option. In this case, the output will be displayed on the terminal immediately:</strong></p>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial"><a class="no-attachment-icon gfm" href="https://gitlab.com/gnutls/gnutls/uploads/ea2a4df66a51da80a1910c6e2545acba/image.png" target="_blank" rel="noopener noreferrer" data-canonical-src="/uploads/ea2a4df66a51da80a1910c6e2545acba/image.png" data-link="true" style="margin-top: 0;"><img src="https://gitlab.com/gnutls/gnutls/uploads/ea2a4df66a51da80a1910c6e2545acba/image.png" alt="image" data-canonical-src="/uploads/ea2a4df66a51da80a1910c6e2545acba/image.png" class="gfm" style="max-width: 100%; height: auto; margin: 0 0 8px;"></a></p>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">2)<strong style="font-weight: 600; margin-top: 0;">If the user provides a path to save the file:</strong></p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true" style='display: block; font-size: 14px; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="plaintext" style="margin-top: 0;">sudo gnutls-cli-debug example.com --verbose --dhparams-out po/a.out</span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">The output won't be shown on the standard output (stdout); instead, it will be saved in the specified file</p>
<p dir="auto" style="color: #333238; margin: 0;" align="initial"><a class="no-attachment-icon gfm" href="https://gitlab.com/gnutls/gnutls/uploads/81d45691fbbe67869bcd1075c467a8c4/image.png" target="_blank" rel="noopener noreferrer" data-canonical-src="/uploads/81d45691fbbe67869bcd1075c467a8c4/image.png" data-link="true" style="margin-top: 0;"><img src="https://gitlab.com/gnutls/gnutls/uploads/81d45691fbbe67869bcd1075c467a8c4/image.png" alt="image" data-canonical-src="/uploads/81d45691fbbe67869bcd1075c467a8c4/image.png" class="gfm" style="max-width: 100%; height: auto; margin: 0 0 8px;"></a>
The content will be saved in the file as follows:
<a class="no-attachment-icon gfm" href="https://gitlab.com/gnutls/gnutls/uploads/197f56573d03375309296306959297f5/image.png" target="_blank" rel="noopener noreferrer" data-canonical-src="/uploads/197f56573d03375309296306959297f5/image.png" data-link="true"><img src="https://gitlab.com/gnutls/gnutls/uploads/197f56573d03375309296306959297f5/image.png" alt="image" data-canonical-src="/uploads/197f56573d03375309296306959297f5/image.png" class="gfm" style="max-width: 100%; height: auto; margin: 0 0 8px;"></a></p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1822#note_1818125762">view it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/sent_notifications/0a3ca11c58ee5c7bb4f0039850924280/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.com/gnutls/gnutls/-/merge_requests/1822#note_1818125762"}}</script>


</p>
</div>
</body>
</html>